@@ -4,10 +4,10 @@ import { Layout } from '../_components/layout';
4
4
export const component = (
5
5
< Section className = "my-[16px]" >
6
6
< Row >
7
- < Text className = "m-0 text-[24px] font-semibold leading-[32px ] text-gray-900" >
7
+ < Text className = "m-0 font-semibold text-[24px ] text-gray-900 leading-[32px] " >
8
8
Modern Comfort
9
9
</ Text >
10
- < Text className = "mt-[8px] text-[16px] leading-[24px] text-gray-500" >
10
+ < Text className = "mt-[8px] text-[16px] text-gray-500 leading-[24px] " >
11
11
Experience contemporary bliss with our sleek and cozy furniture
12
12
collection, designed for optimal comfort and style
13
13
</ Text >
@@ -21,10 +21,10 @@ export const component = (
21
21
src = "/static/heart-icon.png"
22
22
width = "48"
23
23
/>
24
- < Text className = "m-0 mt-[16px] text-[20px] font-semibold leading-[28px ] text-gray-900" >
24
+ < Text className = "m-0 mt-[16px] font-semibold text-[20px ] text-gray-900 leading-[28px] " >
25
25
Timeless Beauty
26
26
</ Text >
27
- < Text className = "mb-0 mt-[8px] text-[16px] leading-[24px] text-gray-500" >
27
+ < Text className = "mt-[8px] mb-0 text-[16px] text-gray-500 leading-[24px] " >
28
28
Indulge in the enduring beauty of our furniture pieces, crafted with
29
29
exquisite attention to detail and timeless design
30
30
</ Text >
@@ -36,10 +36,10 @@ export const component = (
36
36
src = "/static/rocket-icon.png"
37
37
width = "48"
38
38
/>
39
- < Text className = "m-0 mt-[16px] text-[20px] font-semibold leading-[28px ] text-gray-900" >
39
+ < Text className = "m-0 mt-[16px] font-semibold text-[20px ] text-gray-900 leading-[28px] " >
40
40
Effortless Function
41
41
</ Text >
42
- < Text className = "mb-0 mt-[8px] text-[16px] leading-[24px] text-gray-500" >
42
+ < Text className = "mt-[8px] mb-0 text-[16px] text-gray-500 leading-[24px] " >
43
43
Discover furniture that seamlessly combines form and function,
44
44
making everyday living a breeze with its practicality
45
45
</ Text >
@@ -53,10 +53,10 @@ export const component = (
53
53
src = "/static/megaphone-icon.png"
54
54
width = "48"
55
55
/>
56
- < Text className = "m-0 mt-[16px] text-[20px] font-semibold leading-[28px ] text-gray-900" >
56
+ < Text className = "m-0 mt-[16px] font-semibold text-[20px ] text-gray-900 leading-[28px] " >
57
57
Customize Your Space
58
58
</ Text >
59
- < Text className = "mb-0 mt-[8px] text-[16px] leading-[24px] text-gray-500" >
59
+ < Text className = "mt-[8px] mb-0 text-[16px] text-gray-500 leading-[24px] " >
60
60
Personalize your living environment with our customizable furniture
61
61
options, allowing you to tailor your space to perfection
62
62
</ Text >
@@ -68,10 +68,10 @@ export const component = (
68
68
src = "/static/cube-icon.png"
69
69
width = "48"
70
70
/>
71
- < Text className = "m-0 mt-[16px] text-[20px] font-semibold leading-[28px ] text-gray-900" >
71
+ < Text className = "m-0 mt-[16px] font-semibold text-[20px ] text-gray-900 leading-[28px] " >
72
72
Outdoor Serenity
73
73
</ Text >
74
- < Text className = "mb-0 mt-[8px] text-[16px] leading-[24px] text-gray-500" >
74
+ < Text className = "mt-[8px] mb-0 text-[16px] text-gray-500 leading-[24px] " >
75
75
Create a tranquil outdoor retreat with our premium outdoor
76
76
furniture, offering both durability and serene relaxation
77
77
</ Text >
0 commit comments