Marketing examples email templates
Marketing
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 Marketing = () => {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>Marketing</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-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 article</Text><Headingas="h1"className="text-4xl font-semibold 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 rounded-lg bg-indigo-600 px-6 py-4 font-semibold text-white"href="#">Read more</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">Elevate Outdoor Living</Text><Text className="mt-2 text-[16px] text-gray-500">Take your outdoor space to new heights with our premiumoutdoor furniture, designed to elevate your alfrescoexperience.</Text></Row><Row className="mt-4"><Column 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="text-[16px] font-semibold text-indigo-600">What's new</Text><Text className="m-0 text-xl font-semibold text-gray-900">Multifunctional Marvels</Text><Text className="mb-0 mt-2 text-[16px] text-gray-500">Discover the innovative world of multifunctional furniture,where style meets practicality, offering creative solutionsfor maximizing space and enhancing functionality in yourhome</Text></Column><Column colSpan={1} className="w-[50%] pl-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="text-[16px] font-semibold text-indigo-600">What's new</Text><Text className="m-0 text-xl font-semibold text-gray-900">Timeless Classics</Text><Text className="mb-0 mt-2 text-[16px] text-gray-500">Step into the world of timeless classics as we exploreiconic furniture pieces that have stood the test of time,adding enduring elegance and sophistication to any interior</Text></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 Marketing
Gallery
Previewimport {Body,Column,Container,Font,Head,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 Gallery = () => {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-[16px] font-semibold text-indigo-600">What's new</Text><Text className="m-0 mt-2 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-4"><Link href="#"><Imgsrc="https://images.unsplash.com/photo-1560769629-975ec94e6a86?q=80&w=2898&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="h-[288px] w-full rounded-xl object-cover"/></Link><Row className="mt-4"><Column className="w-[50%] pr-2"><Link href="#"><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="h-[288px] w-full rounded-xl object-cover"/></Link></Column><Column className="w-[50%] pl-2"><Link href="#"><Imgsrc="https://images.unsplash.com/photo-1610824352934-c10d87b700cc?q=80&w=3087&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="h-[288px] w-full rounded-xl object-cover"/></Link></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 Gallery
Gallery featured
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 GalleryFeatured = () => {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>Gallery Featured</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-[16px] font-semibold text-indigo-600">What's new</Text><Text className="m-0 mt-2 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-4"><Row className="mt-4"><Column className="w-[50%] pr-2"><Link href="#"><Imgsrc="https://images.unsplash.com/photo-1617005082133-548c4dd27f35?q=80&w=2864&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="h-[288px] w-full rounded-xl object-cover"/></Link></Column><Column className="w-[50%] pl-2"><Link href="#"><Imgsrc="https://images.unsplash.com/photo-1570569962804-5377da5be035?q=80&w=2995&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="h-[288px] w-full rounded-xl object-cover"/></Link></Column></Row><Row className="mt-4"><Column className="w-[50%] pr-2"><Link href="#"><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="h-[288px] w-full rounded-xl object-cover"/></Link></Column><Column className="w-[50%] pl-2"><Link href="#"><Imgsrc="https://images.unsplash.com/photo-1610824352934-c10d87b700cc?q=80&w=3087&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"className="h-[288px] w-full rounded-xl object-cover"/></Link></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 GalleryFeatured
Survey
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 Survey = () => {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>Survey</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><Hr className="mx-0 mb-10 w-full border border-solid border-gray-200" /><Section className="text-center"><Text className="my-2 text-lg font-semibold text-indigo-600">Your opinion matters</Text><Headingas="h1"className="m-0 mt-2 text-3xl font-semibold text-gray-900">We want to hear from your</Heading><Text className="text-[16px] text-gray-500">We are reaching out to ask for your help in improving theproduct experience for all our users</Text>{[1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map((number) => (<ButtonclassName="m-1 h-5 w-5 rounded-lg border border-solid border-indigo-600 p-2 font-semibold text-indigo-600"href="#"key={number}>{number}</Button>))}</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 Survey