Product examples email templates
Products
Previewimport {Body,Button,Column,Container,Font,Head,Heading,Hr,Html,Img,Link,Preview,Row,Section,Tailwind,Text,} from '@react-email/components'import * as React from 'react'// Download the asset and use your own base url hereconst baseUrl = 'https://www.reactemailtemplate.com/'export const Products = () => {return (<Html><Head><FontfontFamily="Inter"fallbackFontFamily="Helvetica"webFont={{url: 'https://fonts.googleapis.com/css2?family=Inter&display=swap',format: 'woff2',}}fontWeight={400}fontStyle="normal"/></Head><Preview>Products</Preview><Tailwind><Body className="mx-auto my-auto bg-white font-sans antialiased"><Container className="mx-auto my-[40px] rounded border border-solid border-gray-200 bg-white px-8"><Section className="py-10"><Row><Column className="w-[80%]"><Imgsrc={`${baseUrl}/company-logo.png`}width="60"height="42"alt="company-logo"/></Column><Column align="right"><Row align="right"><Column><Link href="#"><Imgsrc={`${baseUrl}/facebook-logo.png`}width="36"height="36"className="mx-1"/></Link></Column><Column><Link href="#"><Imgsrc={`${baseUrl}/twitter-logo.png`}width="36"height="36"className="mx-1"/></Link></Column><Column><Link href="#"><Imgsrc={`${baseUrl}/instagram-logo.png`}width="36"height="36"className="ml-1"/></Link></Column></Row></Column></Row></Section><Section><Imgsrc="https://images.unsplash.com/photo-1612188842101-f976582906fc?q=80&w=2864&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="h-[320px] w-full rounded-xl object-cover"/><Section className="mt-8 text-center"><Text className="my-4 text-lg font-semibold text-indigo-600">Our new product</Text><Headingas="h1"className="text-4xl font-semibold text-gray-900">Elegant Comfort</Heading><Text className="mt-2 text-[16px] text-gray-500">Luxurious, plush seating for a sophisticated and cozy livingroom ambiance</Text><Text className="text-[16px] font-semibold text-gray-900">$999.99</Text><ButtonclassName="mt-4 rounded-lg bg-indigo-600 px-6 py-3 font-semibold text-white"href="#">Buy</Button></Section></Section><Hr className="mx-0 my-10 w-full border border-solid border-gray-200" /><Section><Row><Text className="m-0 text-xl font-semibold text-gray-900">Unleash Creativity</Text><Text className="mt-2 text-[16px] text-gray-500">Unleash your inner designer with our customizable furnitureoptions, allowing you to create a space that reflects yourunique vision</Text></Row><Row className="mt-4"><Column align="center" colSpan={1} className="w-[50%] pr-2"><Imgsrc="https://images.unsplash.com/photo-1511556820780-d912e42b4980?q=80&w=3087&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="w-full rounded-lg object-cover"height="180"/><Text className="m-0 mt-6 text-xl font-semibold text-gray-900">Sleek study</Text><Text className="m-0 mt-4 text-[16px] text-gray-500">Minimalist design with ample workspace</Text><Text className="m-0 mt-2 text-[16px] font-semibold text-gray-900">$999.99</Text><ButtonclassName="mt-4 rounded-lg bg-indigo-600 px-6 py-3 font-semibold text-white"href="#">Buy</Button></Column><Column align="center" colSpan={1} className="w-[50%] pl-2"><Imgsrc="https://images.unsplash.com/photo-1571781926291-c477ebfd024b?q=80&w=2789&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="w-full rounded-lg object-cover"height="180"/><Text className="m-0 mt-6 text-xl font-semibold text-gray-900">Sleek study</Text><Text className="m-0 mt-4 text-[16px] text-gray-500">Minimalist design with ample workspace</Text><Text className="m-0 mt-2 text-[16px] font-semibold text-gray-900">$999.99</Text><ButtonclassName="mt-4 rounded-lg bg-indigo-600 px-6 py-3 font-semibold text-white"href="#">Buy</Button></Column></Row></Section><Hr className="mx-0 my-8 w-full border border-solid border-gray-200" /><Section><Row><Column align="center" colSpan={1} className="w-[50%] pr-2"><Imgsrc="https://images.unsplash.com/photo-1491933382434-500287f9b54b?q=80&w=2864&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="w-full rounded-lg object-cover"height="180"/><Text className="m-0 mt-6 text-xl font-semibold text-gray-900">Sleek study</Text><Text className="m-0 mt-4 text-[16px] text-gray-500">Minimalist design with ample workspace</Text><Text className="m-0 mt-2 text-[16px] font-semibold text-gray-900">$999.99</Text><ButtonclassName="mt-4 rounded-lg bg-indigo-600 px-6 py-3 font-semibold text-white"href="#">Buy</Button></Column><Column align="center" colSpan={1} className="w-[50%] pl-2"><Imgsrc="https://images.unsplash.com/photo-1608571423902-eed4a5ad8108?q=80&w=3087&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="w-full rounded-lg object-cover"height="180"/><Text className="m-0 mt-6 text-xl font-semibold text-gray-900">Sleek study</Text><Text className="m-0 mt-4 text-[16px] text-gray-500">Minimalist design with ample workspace</Text><Text className="m-0 mt-2 text-[16px] font-semibold text-gray-900">$999.99</Text><ButtonclassName="mt-4 rounded-lg bg-indigo-600 px-6 py-3 font-semibold text-white"href="#">Buy</Button></Column></Row></Section><Hr className="mx-0 my-10 w-full border border-solid border-gray-200" /><Section className="pb-10"><Row><Column className="w-[45%]"><Imgsrc={`${baseUrl}/company-logo.png`}width="60"height="42"alt="company-logo"/><Text className="my-2 text-[16px] font-semibold text-gray-900">Acme corporation</Text><Text className="mt-1 text-[16px] text-gray-500">Think different</Text></Column><Column align="left" className="table-cell align-bottom"><Row className="table-cell h-[42px] w-[56px] align-bottom"><Column><Link href="#"><Imgsrc={`${baseUrl}/facebook-logo.png`}className="-ml-1 mr-1"width="36"height="36"/></Link></Column><Column><Link href="#"><Imgsrc={`${baseUrl}/twitter-logo.png`}className="mx-1"width="36"height="36"/></Link></Column><Column><Link href="#"><Imgsrc={`${baseUrl}/instagram-logo.png`}className="mx-1"width="36"height="36"/></Link></Column></Row><Row><Text className="my-2 text-[16px] text-gray-500">123 Main Street Anytown, CA 12345</Text><Text className="mt-1 text-[16px] text-gray-500">mail@example.com +123456789</Text></Row></Column></Row></Section></Container></Body></Tailwind></Html>)}export default Products
Products + Articles
Previewimport {Body,Button,Column,Container,Font,Head,Heading,Hr,Html,Img,Link,Preview,Row,Section,Tailwind,Text,} from '@react-email/components'import * as React from 'react'// Download the asset and use your own base url hereconst baseUrl = 'https://www.reactemailtemplate.com/'export const ProductWithArticles = () => {return (<Html><Head><FontfontFamily="Inter"fallbackFontFamily="Helvetica"webFont={{url: 'https://fonts.googleapis.com/css2?family=Inter&display=swap',format: 'woff2',}}fontWeight={400}fontStyle="normal"/></Head><Preview>ProductWithArticles</Preview><Tailwind><Body className="mx-auto my-auto bg-white font-sans text-gray-900 antialiased"><Container className="mx-auto my-[40px] rounded border border-solid border-gray-200 bg-white px-8"><Section className="py-10"><Row><Column align="center"><Imgsrc={`${baseUrl}/company-logo.png`}width="60"height="42"alt="company-logo"/></Column></Row><Row className="mt-10"><Column align="center"><Link className="mx-2 text-gray-600 no-underline" href="#">About</Link><Link className="mx-2 text-gray-600 no-underline" href="#">Company</Link><Link className="mx-2 text-gray-600 no-underline" href="#">Blog</Link><Link className="mx-2 text-gray-600 no-underline" href="#">Contacts</Link></Column></Row></Section><Section><Imgsrc="https://images.unsplash.com/photo-1702470170564-22dd352f5b88?q=80&w=3132&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="h-[320px] w-full rounded-xl object-cover"/><Section className="mt-8 text-center"><Text className="my-4 text-lg font-semibold text-indigo-600">Our new products</Text><Headingas="h1"className="m-0 mt-2 text-4xl font-semibold tracking-tight text-gray-900">Designing with Furniture</Heading><Text className="text-[16px] text-gray-500">Unleash your inner designer as we explore how furniture playsa vital role in creating stunning interiors, offering insightsinto choosing the right pieces, arranging them harmoniously,and infusing your space with personality and style</Text><ButtonclassName="mt-4 w-full rounded-lg border border-solid border-gray-200 bg-white py-3 font-semibold text-gray-900"href="#">Read more</Button></Section></Section><Section className="mt-12"><Row><Text className="m-0 text-[26px] font-semibold text-gray-900">Modern Comfort</Text><Text className="mt-2 text-[16px] text-gray-500">Experience contemporary bliss with our sleek and cozyfurniture collection, designed for optimal comfort and style</Text></Row><Row className="mt-4"><Column align="center" className="w-[33%] pr-3 align-baseline"><Img src={`${baseUrl}/icon-1.png`} width="48" height="48" /><Text className="m-0 mt-4 text-xl font-semibold text-gray-900">Timeless Charm</Text><Text className="mb-0 mt-2 text-[16px] text-gray-500">Classic designs that never go out of style. Experienceenduring elegance</Text></Column><Column align="center" className="w-[33%] pl-3 align-baseline"><Img src={`${baseUrl}/icon-2.png`} width="48" height="48" /><Text className="m-0 mt-4 text-xl font-semibold text-gray-900">Functional Beauty</Text><Text className="mb-0 mt-2 text-[16px] text-gray-500">Seamlessly blending form and function. Furniture thatenhances your everyday life.</Text></Column><Column align="center" className="w-[33%] pl-3 align-baseline"><Img src={`${baseUrl}/icon-3.png`} width="48" height="48" /><Text className="m-0 mt-4 text-xl font-semibold text-gray-900">Endless Comfort</Text><Text className="mb-0 mt-2 text-[16px] text-gray-500">Sink into pure relaxation. Discover furniture that embracesyour well-being.</Text></Column></Row></Section><Hr className="mx-0 my-10 w-full border border-solid border-gray-200" /><Section><Row><Column className="w-[50%] align-baseline"><Text className="m-0 text-[16px] font-semibold text-indigo-600">What's new</Text><Text className="m-0 mt-2 text-xl font-semibold text-gray-900">Versatile Comfort</Text><Text className="mt-2 text-[16px] text-gray-500">Experience ultimate comfort and versatility with ourfurniture collection, designed to adapt to yourever-changing needs.</Text><Link className="text-indigo-600 underline" href="#">Read more</Link></Column><Column className="w-[50%] pl-8"><Imgsrc="https://images.unsplash.com/photo-1611254666354-d75bfe3cadbc?q=80&w=3087&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="h-[220px] w-[264px] rounded-lg object-cover"/></Column></Row></Section><Section className="mt-14"><Row><Column className="w-[50%] align-baseline"><Text className="m-0 text-[16px] font-semibold text-indigo-600">What's new</Text><Text className="m-0 mt-2 text-xl font-semibold text-gray-900">The Art of Mixing</Text><Text className="mt-2 text-[16px] text-gray-500">Unlock the secrets of successful furniture mixing and learnhow to effortlessly blend different styles, textures, anderas for a unique and cohesive look in your space</Text><Link className="text-indigo-600 underline" href="#">Read more</Link></Column><Column className="w-[50%] pl-8"><Imgsrc="https://images.unsplash.com/photo-1627384113858-ce93ff568d1f?q=80&w=2970&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="h-[220px] w-[264px] rounded-lg object-cover"/></Column></Row></Section><Hr className="mx-0 my-10 w-full border border-solid border-gray-200" /><Section className="mt-10 pb-10"><Row><Column className="w-[45%]"><Imgsrc={`${baseUrl}/company-logo.png`}width="60"height="42"alt="company-logo"/><Text className="my-2 text-[16px] font-semibold text-gray-900">Acme corporation</Text><Text className="mt-1 text-[16px] text-gray-500">Think different</Text></Column><Column align="left" className="table-cell align-bottom"><Row className="table-cell h-[42px] w-[56px] align-bottom"><Column><Link href="#"><Imgsrc={`${baseUrl}/facebook-logo.png`}className="-ml-1 mr-1"width="36"height="36"/></Link></Column><Column><Link href="#"><Imgsrc={`${baseUrl}/twitter-logo.png`}className="mx-1"width="36"height="36"/></Link></Column><Column><Link href="#"><Imgsrc={`${baseUrl}/instagram-logo.png`}className="mx-1"width="36"height="36"/></Link></Column></Row><Row><Text className="my-2 text-[16px] text-gray-500">123 Main Street Anytown, CA 12345</Text><Text className="mt-1 text-[16px] text-gray-500">mail@example.com +123456789</Text></Row></Column></Row></Section></Container></Body></Tailwind></Html>)}export default ProductWithArticles
Checkout
Previewimport {Body,Column,Container,Font,Head,Html,Img,Link,Preview,Row,Section,Tailwind,Text,} from '@react-email/components'import * as React from 'react'// Download the asset and use your own base url hereconst baseUrl = 'https://www.reactemailtemplate.com/'export const Checkout = () => {return (<Html><Head><FontfontFamily="Inter"fallbackFontFamily="Helvetica"webFont={{url: 'https://fonts.googleapis.com/css2?family=Inter&display=swap',format: 'woff2',}}fontWeight={400}fontStyle="normal"/></Head><Preview>Features</Preview><Tailwind><Body className="mx-auto my-auto bg-white font-sans text-gray-900 antialiased"><Container className="mx-auto my-[40px] rounded border border-solid border-gray-200 bg-white px-8"><Section className="py-10"><Row><Column className="w-[80%]"><Imgsrc={`${baseUrl}/company-logo.png`}width="60"height="42"alt="company-logo"/></Column><Column align="right"><Row align="right"><Column><Link href="#"><Imgsrc={`${baseUrl}/facebook-logo.png`}width="36"height="36"className="mx-1"/></Link></Column><Column><Link href="#"><Imgsrc={`${baseUrl}/twitter-logo.png`}width="36"height="36"className="mx-1"/></Link></Column><Column><Link href="#"><Imgsrc={`${baseUrl}/instagram-logo.png`}width="36"height="36"className="ml-1"/></Link></Column></Row></Column></Row></Section><Section className="mt-4"><Row><Text className="m-0 text-[26px] font-semibold text-gray-900">Functional Style</Text><Text className="mt-2 text-[16px] text-gray-500">Combine practicality and style effortlessly with ourfurniture, offering functional designs that enhance yourliving space</Text></Row></Section><Section className="mt-10 border-b border-solid border-gray-200"><Row><Column className="w-[70%]"><Text className="font-semibold">Item</Text></Column><Column className="w-[15%]"><Text className="font-semibold">Qty</Text></Column><Column className="w-[15%]"><Text className="font-semibold">Price</Text></Column></Row></Section><Section className="border-b border-solid border-gray-200"><Row><Column className="w-[70%]"><Text>Elegant Feast</Text></Column><Column className="w-[15%]"><Text>2</Text></Column><Column className="w-[15%]"><Text>$499.99</Text></Column></Row></Section><Section className="border-b border-solid border-gray-200"><Row><Column className="w-[70%]"><Text>Modern Fusion</Text></Column><Column className="w-[15%]"><Text>2</Text></Column><Column className="w-[15%]"><Text>$699.99</Text></Column></Row></Section><Section className="border-b border-solid border-gray-200"><Row><Column className="w-[70%]"><Text>Rustic Charm</Text></Column><Column className="w-[15%]"><Text>1</Text></Column><Column className="w-[15%]"><Text>$399.99</Text></Column></Row></Section><Section className="border-b border-solid border-gray-200"><Row><Column className="w-[70%]"><Text className="font-semibold">Total</Text></Column><Column className="w-[15%]"><Text className="font-semibold">5</Text></Column><Column className="w-[15%]"><Text className="font-semibold">$2.799,95</Text></Column></Row></Section><Section className="mt-10 pb-10"><Row><Column className="w-[45%]"><Imgsrc={`${baseUrl}/company-logo.png`}width="60"height="42"alt="company-logo"/><Text className="my-2 text-[16px] font-semibold text-gray-900">Acme corporation</Text><Text className="mt-1 text-[16px] text-gray-500">Think different</Text></Column><Column align="left" className="table-cell align-bottom"><Row className="table-cell h-[42px] w-[56px] align-bottom"><Column><Link href="#"><Imgsrc={`${baseUrl}/facebook-logo.png`}className="-ml-1 mr-1"width="36"height="36"/></Link></Column><Column><Link href="#"><Imgsrc={`${baseUrl}/twitter-logo.png`}className="mx-1"width="36"height="36"/></Link></Column><Column><Link href="#"><Imgsrc={`${baseUrl}/instagram-logo.png`}className="mx-1"width="36"height="36"/></Link></Column></Row><Row><Text className="my-2 text-[16px] text-gray-500">123 Main Street Anytown, CA 12345</Text><Text className="mt-1 text-[16px] text-gray-500">mail@example.com +123456789</Text></Row></Column></Row></Section></Container></Body></Tailwind></Html>)}export default Checkout