1- import { Column , Hr , Row , Section , Text } from " @react-email/components" ;
2- import { Fragment } from " react/jsx-runtime" ;
3- import { Layout } from " ../_components/layout" ;
1+ import { Column , Hr , Row , Section , Text } from ' @react-email/components' ;
2+ import { Fragment } from ' react/jsx-runtime' ;
3+ import { Layout } from ' ../_components/layout' ;
44
55export const component = (
66 < Section style = { { marginTop : 16 } } >
@@ -11,8 +11,8 @@ export const component = (
1111 margin : 0 ,
1212 fontWeight : 600 ,
1313 fontSize : 24 ,
14- color : " rgb(17,24,39)" ,
15- lineHeight : " 32px" ,
14+ color : ' rgb(17,24,39)' ,
15+ lineHeight : ' 32px' ,
1616 } }
1717 >
1818 Functional Style
@@ -21,8 +21,8 @@ export const component = (
2121 style = { {
2222 marginTop : 8 ,
2323 fontSize : 16 ,
24- color : " rgb(107,114,128)" ,
25- lineHeight : " 24px" ,
24+ color : ' rgb(107,114,128)' ,
25+ lineHeight : ' 24px' ,
2626 } }
2727 >
2828 Combine practicality and style effortlessly with our furniture,
@@ -32,32 +32,32 @@ export const component = (
3232 </ Section >
3333 { [
3434 {
35- title : " Vesatile Comfort" ,
35+ title : ' Vesatile Comfort' ,
3636 description :
37- " Experience ultimate comfort and versatility with our furniture collection, designed to adapt to your ever-changing needs." ,
37+ ' Experience ultimate comfort and versatility with our furniture collection, designed to adapt to your ever-changing needs.' ,
3838 } ,
3939 {
40- title : " Luxurious Retreat" ,
40+ title : ' Luxurious Retreat' ,
4141 description :
42- " Transform your space into a haven of relaxation with our indulgent furniture collection." ,
42+ ' Transform your space into a haven of relaxation with our indulgent furniture collection.' ,
4343 } ,
4444 {
45- title : " Unleash Creativity" ,
45+ title : ' Unleash Creativity' ,
4646 description :
47- " Unleash your inner designer with our customizable furniture options, allowing you to create a space that reflects your unique vision" ,
47+ ' Unleash your inner designer with our customizable furniture options, allowing you to create a space that reflects your unique vision' ,
4848 } ,
4949 {
50- title : " Elevate Outdoor Living" ,
50+ title : ' Elevate Outdoor Living' ,
5151 description :
52- " Take your outdoor space to new heights with our premium outdoor furniture, designed to elevate your alfresco experience." ,
52+ ' Take your outdoor space to new heights with our premium outdoor furniture, designed to elevate your alfresco experience.' ,
5353 } ,
5454 ] . map ( ( feature , index ) => (
5555 < Fragment key = { feature . title } >
5656 < Hr
5757 style = { {
58- border : " 1px solid rgb(209, 213, 219)" ,
58+ border : ' 1px solid rgb(209, 213, 219)' ,
5959 margin : 0 ,
60- width : " 100%" ,
60+ width : ' 100%' ,
6161 } }
6262 />
6363 < Section
@@ -82,9 +82,9 @@ export const component = (
8282 align = "center"
8383 height = "40"
8484 style = { {
85- backgroundColor : " rgb(199, 210, 254)" ,
86- borderRadius : " 9999px" ,
87- color : " rgb(79, 70, 229)" ,
85+ backgroundColor : ' rgb(199, 210, 254)' ,
86+ borderRadius : ' 9999px' ,
87+ color : ' rgb(79, 70, 229)' ,
8888 fontWeight : 600 ,
8989 height : 40 ,
9090 padding : 0 ,
@@ -97,14 +97,14 @@ export const component = (
9797 </ Column >
9898 </ Row >
9999 </ Column >
100- < Column width = "100%" style = { { width : " 100%" } } >
100+ < Column width = "100%" style = { { width : ' 100%' } } >
101101 < Text
102102 style = { {
103103 margin : 0 ,
104104 fontWeight : 600 ,
105105 fontSize : 20 ,
106- lineHeight : " 28px" ,
107- color : " rgb(17, 24, 39)" ,
106+ lineHeight : ' 28px' ,
107+ color : ' rgb(17, 24, 39)' ,
108108 } }
109109 >
110110 { feature . title }
@@ -115,8 +115,8 @@ export const component = (
115115 fontWeight : 600 ,
116116 paddingTop : 8 ,
117117 fontSize : 16 ,
118- lineHeight : " 24px" ,
119- color : " rgb(107, 114, 128)" ,
118+ lineHeight : ' 24px' ,
119+ color : ' rgb(107, 114, 128)' ,
120120 } }
121121 >
122122 { feature . description }
0 commit comments