Merge version_1 into main #1
225
src/app/page.tsx
225
src/app/page.tsx
@@ -10,8 +10,8 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,60 +31,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Croissant Margo"
|
||||
button={{ text: "Order Online", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Artisanal Croissants Made Fresh Daily"
|
||||
description="Experience the authentic taste of tradition. Every bite is a journey to Paris."
|
||||
tag="Since 1985"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5qtx8i",
|
||||
imageAlt: "Fresh Croissants",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gel7n8",
|
||||
imageAlt: "Baker at Work",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://h-m-1",
|
||||
imageAlt: "Golden warm pastry",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://h-m-2",
|
||||
imageAlt: "Flaky crust close up",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://h-m-3",
|
||||
imageAlt: "Bakery morning display",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5qtx8i", imageAlt: "Fresh Croissants" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gel7n8", imageAlt: "Baker at Work" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -96,19 +62,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Passion for ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS5Tplj6b0I56qq5OiN91HeFrR/uploaded-1778262717137-dwhqd4pk.jpg",
|
||||
alt: "Bakery Heritage",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Fine Baking",
|
||||
},
|
||||
{ type: "text", content: "Our Passion for " },
|
||||
{ type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DS5Tplj6b0I56qq5OiN91HeFrR/uploaded-1778262717137-dwhqd4pk.jpg", alt: "Bakery Heritage" },
|
||||
{ type: "text", content: " Fine Baking" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -121,23 +77,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Drive-through",
|
||||
description: "Quick morning pickup without leaving your car.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2xvamk",
|
||||
imageAlt: "Drive-through",
|
||||
},
|
||||
title: "Drive-through", description: "Quick morning pickup without leaving your car.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2xvamk", imageAlt: "Drive-through"},
|
||||
{
|
||||
title: "Daily Delivery",
|
||||
description: "Fresh pastries brought straight to your door.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0vxvdx",
|
||||
imageAlt: "Delivery",
|
||||
},
|
||||
title: "Daily Delivery", description: "Fresh pastries brought straight to your door.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0vxvdx", imageAlt: "Delivery"},
|
||||
{
|
||||
title: "Dine-in",
|
||||
description: "Relax in our cozy Parisian-style bakery.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ulmawe",
|
||||
imageAlt: "Dine-in",
|
||||
},
|
||||
title: "Dine-in", description: "Relax in our cozy Parisian-style bakery.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ulmawe", imageAlt: "Dine-in"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="We put quality and convenience at the heart of your breakfast experience."
|
||||
@@ -152,59 +96,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Bakery",
|
||||
name: "Classic Butter",
|
||||
price: "$3.50",
|
||||
rating: 5,
|
||||
reviewCount: "20+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=va9szl",
|
||||
},
|
||||
id: "p1", brand: "Bakery", name: "Classic Butter", price: "$3.50", rating: 5,
|
||||
reviewCount: "20+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=va9szl"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Bakery",
|
||||
name: "Almond Chocolate",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "15+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ec8vcw",
|
||||
},
|
||||
id: "p2", brand: "Bakery", name: "Almond Chocolate", price: "$4.50", rating: 5,
|
||||
reviewCount: "15+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ec8vcw"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Bakery",
|
||||
name: "Fruit Danish",
|
||||
price: "$4.00",
|
||||
rating: 5,
|
||||
reviewCount: "10+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0w84bz",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Bakery",
|
||||
name: "Ham & Cheese",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "8+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hmadmd",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Bakery",
|
||||
name: "Pain au Chocolat",
|
||||
price: "$3.75",
|
||||
rating: 5,
|
||||
reviewCount: "12+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pvv3u7",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Bakery",
|
||||
name: "Cinnamon Swirl",
|
||||
price: "$3.50",
|
||||
rating: 5,
|
||||
reviewCount: "5+",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ugqb1i",
|
||||
},
|
||||
id: "p3", brand: "Bakery", name: "Fruit Danish", price: "$4.00", rating: 5,
|
||||
reviewCount: "10+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0w84bz"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Indulge in our selection of freshly baked delicacies."
|
||||
@@ -219,45 +118,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
company: "Local Guide",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klg0l2",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Foodie", company: "Local Guide", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=klg0l2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Regular",
|
||||
company: "Beirut Local",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qnwd1j",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Blogger",
|
||||
company: "EatBeirut",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tlpg8v",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Chef",
|
||||
company: "Gourmet Lab",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x34sxr",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura P.",
|
||||
role: "Tourist",
|
||||
company: "Travel Daily",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ll8l2s",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Regular", company: "Beirut Local", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qnwd1j"},
|
||||
]}
|
||||
title="Voices of Our Community"
|
||||
description="What our customers are saying about our bakes."
|
||||
@@ -270,20 +135,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer wholesale?",
|
||||
content: "Yes, contact us for inquiries.",
|
||||
},
|
||||
id: "f1", title: "Do you offer wholesale?", content: "Yes, contact us for inquiries."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I pre-order online?",
|
||||
content: "Pre-orders are available through our app.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are your ingredients organic?",
|
||||
content: "We source high-quality, local ingredients whenever possible.",
|
||||
},
|
||||
id: "f2", title: "Can I pre-order online?", content: "Pre-orders are available through our app."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2pneiq"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -298,14 +152,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Foodie Award",
|
||||
"Gourmet Daily",
|
||||
"Baker's Choice",
|
||||
"Local Favorite",
|
||||
"Organic Certified",
|
||||
"Pastry Guild",
|
||||
"Taste Excellence",
|
||||
]}
|
||||
"Foodie Award", "Gourmet Daily", "Baker's Choice"]}
|
||||
title="Recognized for Quality"
|
||||
description="Proudly recognized by food critics and the community."
|
||||
/>
|
||||
@@ -314,9 +161,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Visit us in Beirut or reach out for inquiries at 01 653 440."
|
||||
/>
|
||||
</div>
|
||||
@@ -324,14 +169,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Croissant Margo"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user