Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
343
src/app/page.tsx
343
src/app/page.tsx
@@ -31,133 +31,43 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Brew & Bean"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
}}
|
||||
button={{ text: "Order Online" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Coffee Crafted With Passion"
|
||||
description="Experience the perfect blend of tradition and modernity in every cup. Sustainably sourced, expertly roasted, and served with love."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahcoffee",
|
||||
testimonial: "The best coffee I've had in years. The atmosphere is just perfect.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
{
|
||||
name: "James Chen",
|
||||
handle: "@jc_design",
|
||||
testimonial: "A hidden gem. My daily go-to for remote work and amazing latte art.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-tiramisu-ingredients-arrangement_23-2149549739.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
{
|
||||
name: "Emily P.",
|
||||
handle: "@emilypa",
|
||||
testimonial: "Finally, a place that takes their beans as seriously as their community.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148093890.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
{
|
||||
name: "Marcus V.",
|
||||
handle: "@mv_vibes",
|
||||
testimonial: "The staff are incredibly welcoming, and the vibe is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
{
|
||||
name: "Elena D.",
|
||||
handle: "@elena_daily",
|
||||
testimonial: "Sourcing matters, and you can truly taste the quality here.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-with-blueberry-tarts-coffee_23-2148689765.jpg?_wi=1",
|
||||
imageAlt: "cozy cafe interior warm lighting",
|
||||
},
|
||||
{ name: "Sarah Miller", handle: "@sarahcoffee", testimonial: "The best coffee I've had in years. The atmosphere is just perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg", imageAlt: "cozy cafe interior warm lighting" },
|
||||
{ name: "James Chen", handle: "@jc_design", testimonial: "A hidden gem. My daily go-to for remote work and amazing latte art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tasty-tiramisu-ingredients-arrangement_23-2149549739.jpg", imageAlt: "cozy cafe interior warm lighting" },
|
||||
{ name: "Emily P.", handle: "@emilypa", testimonial: "Finally, a place that takes their beans as seriously as their community.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148093890.jpg", imageAlt: "cozy cafe interior warm lighting" },
|
||||
{ name: "Marcus V.", handle: "@mv_vibes", testimonial: "The staff are incredibly welcoming, and the vibe is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", imageAlt: "cozy cafe interior warm lighting" },
|
||||
{ name: "Elena D.", handle: "@elena_daily", testimonial: "Sourcing matters, and you can truly taste the quality here.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-with-blueberry-tarts-coffee_23-2148689765.jpg", imageAlt: "cozy cafe interior warm lighting" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg?_wi=2"
|
||||
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Visit Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/open-book-breakfast-time_23-2148171388.jpg",
|
||||
alt: "Customer portrait 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/office-desktop-with-coffee-cup_23-2148166671.jpg",
|
||||
alt: "Customer portrait 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cups-lamp-near-twig_23-2147811206.jpg",
|
||||
alt: "Customer portrait 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-branch_23-2148193447.jpg",
|
||||
alt: "Customer portrait 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/glad-young-woman-with-paper-cup-room_23-2148180656.jpg",
|
||||
alt: "Customer portrait 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/open-book-breakfast-time_23-2148171388.jpg", alt: "Customer portrait 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/office-desktop-with-coffee-cup_23-2148166671.jpg", alt: "Customer portrait 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cups-lamp-near-twig_23-2147811206.jpg", alt: "Customer portrait 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-cup-tea-with-branch_23-2148193447.jpg", alt: "Customer portrait 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/glad-young-woman-with-paper-cup-room_23-2148180656.jpg", alt: "Customer portrait 5" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Ethically Sourced",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Roasts",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Farming",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Quality",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expertly Brewed",
|
||||
},
|
||||
{ type: "text", text: "Ethically Sourced" },
|
||||
{ type: "text", text: "Artisanal Roasts" },
|
||||
{ type: "text", text: "Sustainable Farming" },
|
||||
{ type: "text", text: "Premium Quality" },
|
||||
{ type: "text", text: "Expertly Brewed" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,18 +76,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Philosophy",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/tasty-tiramisu-ingredients-arrangement_23-2149549739.jpg",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: "is Simple.",
|
||||
},
|
||||
{ type: "text", content: "Our Philosophy" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/tasty-tiramisu-ingredients-arrangement_23-2149549739.jpg" },
|
||||
{ type: "text", content: "is Simple." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,24 +89,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Sustainably Sourced",
|
||||
description: "Ethically traded beans from small family farms.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148093890.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Artisanal Roasting",
|
||||
description: "Small batches roasted to perfection daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Fresh Pastries",
|
||||
description: "Hand-crafted treats delivered every morning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-with-blueberry-tarts-coffee_23-2148689765.jpg?_wi=2",
|
||||
},
|
||||
{ id: "f1", title: "Sustainably Sourced", description: "Ethically traded beans from small family farms.", tag: "Top Pick", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148093890.jpg" },
|
||||
{ id: "f2", title: "Artisanal Roasting", description: "Small batches roasted to perfection daily.", tag: "Process", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg" },
|
||||
{ id: "f3", title: "Fresh Pastries", description: "Hand-crafted treats delivered every morning.", tag: "Menu", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-with-blueberry-tarts-coffee_23-2148689765.jpg" },
|
||||
]}
|
||||
title="Why Choose Brew & Bean?"
|
||||
description="From farm to cup, we prioritize quality and connection at every step."
|
||||
@@ -219,60 +105,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Coffee",
|
||||
name: "Signature Arabica",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-piece-burlap_114579-20057.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Beverage",
|
||||
name: "House Cold Brew",
|
||||
price: "$5.00",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-bubble-tea-glass_23-2149870654.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Retail",
|
||||
name: "Roast Beans Bag",
|
||||
price: "$18.00",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bakery",
|
||||
name: "Almond Croissant",
|
||||
price: "$3.75",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-fruity-cakes-with-cookies-cup-tea-dark-space_140725-95442.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Bakery",
|
||||
name: "Lemon Poppy Cake",
|
||||
price: "$4.25",
|
||||
rating: 5,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cream-cake-with-sliced-fruits-pie-sweet-tea_140725-100231.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bakery",
|
||||
name: "Blueberry Muffin",
|
||||
price: "$3.50",
|
||||
rating: 4,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-cup-o-tea-strawberries-saucer-tarts-cinnamon-dried-lemons-dark-wooden-ground_140725-90831.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "Coffee", name: "Signature Arabica", price: "$4.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-piece-burlap_114579-20057.jpg" },
|
||||
{ id: "p2", brand: "Beverage", name: "House Cold Brew", price: "$5.00", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/glass-with-delicious-bubble-tea-glass_23-2149870654.jpg" },
|
||||
{ id: "p3", brand: "Retail", name: "Roast Beans Bag", price: "$18.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148116660.jpg" },
|
||||
{ id: "p4", brand: "Bakery", name: "Almond Croissant", price: "$3.75", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-fruity-cakes-with-cookies-cup-tea-dark-space_140725-95442.jpg" },
|
||||
{ id: "p5", brand: "Bakery", name: "Lemon Poppy Cake", price: "$4.25", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cream-cake-with-sliced-fruits-pie-sweet-tea_140725-100231.jpg" },
|
||||
{ id: "p6", brand: "Bakery", name: "Blueberry Muffin", price: "$3.50", rating: 4, reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-eclairs-oval-plate-cup-o-tea-strawberries-saucer-tarts-cinnamon-dried-lemons-dark-wooden-ground_140725-90831.jpg" },
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Discover a selection of premium coffees and house-made treats."
|
||||
@@ -285,21 +123,9 @@ export default function LandingPage() {
|
||||
title="Our Impact"
|
||||
tag="Trusted By Thousands"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15k+",
|
||||
description: "Cups served monthly",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "Local farm partners",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5",
|
||||
description: "Years of excellence",
|
||||
},
|
||||
{ id: "m1", value: "15k+", description: "Cups served monthly" },
|
||||
{ id: "m2", value: "20+", description: "Local farm partners" },
|
||||
{ id: "m3", value: "5", description: "Years of excellence" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -310,56 +136,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice D.",
|
||||
date: "Oct 2024",
|
||||
title: "Coffee Lover",
|
||||
quote: "The perfect start to my mornings.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg?_wi=3",
|
||||
imageAlt: "happy customer drinking coffee",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark V.",
|
||||
date: "Sept 2024",
|
||||
title: "Remote Worker",
|
||||
quote: "Great internet and even better coffee.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beauty-smiling-curly-woman-hat-talking-by-smartphone-with-coffee-hand_171337-12009.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-tiramisu-ingredients-arrangement_23-2149549739.jpg?_wi=2",
|
||||
imageAlt: "happy customer drinking coffee",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena R.",
|
||||
date: "Aug 2024",
|
||||
title: "Design Enthusiast",
|
||||
quote: "Stunning aesthetics, lovely vibes.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548679.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148093890.jpg?_wi=3",
|
||||
imageAlt: "happy customer drinking coffee",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Paul S.",
|
||||
date: "July 2024",
|
||||
title: "Regular",
|
||||
quote: "Consistent quality every single time.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg?_wi=3",
|
||||
imageAlt: "happy customer drinking coffee",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe L.",
|
||||
date: "June 2024",
|
||||
title: "Blogger",
|
||||
quote: "A must-visit for cafe lovers.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-girls_23-2148656013.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-with-blueberry-tarts-coffee_23-2148689765.jpg?_wi=3",
|
||||
imageAlt: "happy customer drinking coffee",
|
||||
},
|
||||
{ id: "t1", name: "Alice D.", date: "Oct 2024", title: "Coffee Lover", quote: "The perfect start to my mornings.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-pistachios_140725-7357.jpg", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "t2", name: "Mark V.", date: "Sept 2024", title: "Remote Worker", quote: "Great internet and even better coffee.", tag: "Daily", avatarSrc: "http://img.b2bpic.net/free-photo/beauty-smiling-curly-woman-hat-talking-by-smartphone-with-coffee-hand_171337-12009.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tasty-tiramisu-ingredients-arrangement_23-2149549739.jpg", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "t3", name: "Elena R.", date: "Aug 2024", title: "Design Enthusiast", quote: "Stunning aesthetics, lovely vibes.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/people-working-elegant-cozy-office-space_23-2149548679.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-background_23-2148093890.jpg", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "t4", name: "Paul S.", date: "July 2024", title: "Regular", quote: "Consistent quality every single time.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-urban-cafe_158595-686.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", imageAlt: "happy customer drinking coffee" },
|
||||
{ id: "t5", name: "Chloe L.", date: "June 2024", title: "Blogger", quote: "A must-visit for cafe lovers.", tag: "Influencer", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-smiling-girls_23-2148656013.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-with-blueberry-tarts-coffee_23-2148689765.jpg", imageAlt: "happy customer drinking coffee" },
|
||||
]}
|
||||
title="Kind Words"
|
||||
description="What our wonderful community says about us."
|
||||
@@ -371,21 +152,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer Wi-Fi?",
|
||||
content: "Yes, we provide high-speed Wi-Fi for all our guests.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you pet-friendly?",
|
||||
content: "Absolutely! We love welcoming furry friends on our outdoor patio.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have vegan options?",
|
||||
content: "We offer a variety of plant-based milks and vegan pastries.",
|
||||
},
|
||||
{ id: "q1", title: "Do you offer Wi-Fi?", content: "Yes, we provide high-speed Wi-Fi for all our guests." },
|
||||
{ id: "q2", title: "Are you pet-friendly?", content: "Absolutely! We love welcoming furry friends on our outdoor patio." },
|
||||
{ id: "q3", title: "Do you have vegan options?", content: "We offer a variety of plant-based milks and vegan pastries." },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Common Questions"
|
||||
@@ -401,24 +170,10 @@ export default function LandingPage() {
|
||||
title="Get in Touch"
|
||||
description="Have questions or want to inquire about events?"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we help?", required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-bartender-with-hot-beverage_23-2147795634.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user