Skip to content

Commit 4cac76c

Browse files
committed
style: whitespace
1 parent 8f1b257 commit 4cac76c

1 file changed

Lines changed: 24 additions & 20 deletions

File tree

src/pages/index.astro

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -80,23 +80,21 @@ import Testimonial from '../components/Testimonial.astro';
8080
<!-- More sections continue in the same fashion -->
8181

8282
<div class="space-y-6 text-center">
83+
<!-- Rationale Section -->
84+
<div class="text-2xl">Our Methodology</div>
85+
<div class="mx-auto max-w-xl font-thin">
86+
<strong>Here's how it works.</strong> Take your standard web app (like React,
87+
Vue, Next, Angular, etc.) and convert each individual component (like buttons,
88+
divs, etc.) into its own dedicated WASM module with granular reactivity.
89+
Import each module component into a primary Angular application using WebAssembly.instantiateStreaming().
90+
This process <strong>also</strong> optimizes critical CSS load times by converting
91+
every ASCII key-value into respective hexadecimal values. The beauty of this
92+
system is that if you ever need to change a single element, you don't need
93+
to recompile your entire application - just hot-swap the individual WASM
94+
module.
8395

84-
<!-- Rationale Section -->
85-
<div class="text-2xl">Our Methodology</div>
86-
<div class="mx-auto max-w-xl font-thin">
87-
<strong>Here's how it works.</strong> Take your standard web app (like React, Vue, Next,
88-
Angular, etc.) and convert each individual component (like buttons, divs,
89-
etc.) into its own dedicated WASM module with granular reactivity. Import
90-
each module component into a primary Angular application using
91-
WebAssembly.instantiateStreaming(). This process <strong>also</strong> optimizes
92-
critical CSS load times by converting every ASCII key-value into respective
93-
hexadecimal values. The beauty of this system is that if you ever need to change
94-
a single element, you don't need to recompile your entire application - just hot-swap
95-
the individual WASM module.
96-
97-
<div>This is our commitment to efficiency.</div>
98-
</div>
99-
96+
<div>This is our commitment to efficiency.</div>
97+
</div>
10098

10199
<h2 class="text-3xl">Powered by:</h2>
102100
<div class="mx-auto max-w-xl space-y-8 font-thin">
@@ -143,10 +141,16 @@ import Testimonial from '../components/Testimonial.astro';
143141
height={72}
144142
/>
145143
<p>
146-
Rustular champions flexibility and framework-agnosticism, capable of interfacing efficiently with your preferred front-end technology—Angular, React, Vue, or others.
147-
While we acknowledge Angular's component-based architecture, wide-ranging capabilities, and high scalability as a great match, we value the power of choice.
148-
Our commitment is to ensure that your applications are fast, highly interactive, and user-friendly, providing a superior web experience, regardless of the chosen framework.
149-
Our vision is that <strong>any</strong> application can be Rustular.
144+
Rustular champions flexibility and framework-agnosticism, capable of
145+
interfacing efficiently with your preferred front-end
146+
technology—Angular, React, Vue, or others. While we acknowledge
147+
Angular's component-based architecture, wide-ranging capabilities,
148+
and high scalability as a great match, we value the power of choice.
149+
Our commitment is to ensure that your applications are fast, highly
150+
interactive, and user-friendly, providing a superior web experience,
151+
regardless of the chosen framework. Our vision is that <strong
152+
>any</strong
153+
> application can be Rustular.
150154
</p>
151155
</div>
152156
</div>

0 commit comments

Comments
 (0)