Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ef909e564d | |||
| c21cd84ff9 | |||
| 45929f9d7b |
212
src/app/page.tsx
212
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Wheat } from "lucide-react";
|
||||
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Artisan Bakery"
|
||||
/>
|
||||
@@ -52,69 +46,34 @@ export default function LandingPage() {
|
||||
description="Experience the warmth of traditional baking, delivered fresh to your table every single day."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Alice M.",
|
||||
handle: "@alicem",
|
||||
testimonial: "The best sourdough I've ever had in this city.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-halved-baked-bread-dusted-with-flour-wooden-table_23-2147975181.jpg?_wi=1",
|
||||
imageAlt: "artisanal bread bakery interior morning light",
|
||||
},
|
||||
name: "Alice M.", handle: "@alicem", testimonial: "The best sourdough I've ever had in this city.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-halved-baked-bread-dusted-with-flour-wooden-table_23-2147975181.jpg?_wi=1", imageAlt: "artisanal bread bakery interior morning light"},
|
||||
{
|
||||
name: "Robert K.",
|
||||
handle: "@robk",
|
||||
testimonial: "Their croissants are perfectly buttery and flaky.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-girl-kneading-dough-kitchen-table-with-flour-messy-kid-baking-buns-pies-by-herself-medium-shot-family-cooking-concept_74855-7329.jpg?_wi=1",
|
||||
imageAlt: "baker kneading dough flour clouds",
|
||||
},
|
||||
name: "Robert K.", handle: "@robk", testimonial: "Their croissants are perfectly buttery and flaky.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-girl-kneading-dough-kitchen-table-with-flour-messy-kid-baking-buns-pies-by-herself-medium-shot-family-cooking-concept_74855-7329.jpg?_wi=1", imageAlt: "baker kneading dough flour clouds"},
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Lovely atmosphere and even better cinnamon rolls.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37341.jpg?_wi=1",
|
||||
imageAlt: "sourdough artisan bread close up",
|
||||
},
|
||||
name: "Sarah J.", handle: "@sarahj", testimonial: "Lovely atmosphere and even better cinnamon rolls.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37341.jpg?_wi=1", imageAlt: "sourdough artisan bread close up"},
|
||||
{
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "Authentic recipes that remind me of home.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg?_wi=1",
|
||||
imageAlt: "fresh buttery croissants gold brown",
|
||||
},
|
||||
name: "Mark D.", handle: "@markd", testimonial: "Authentic recipes that remind me of home.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg?_wi=1", imageAlt: "fresh buttery croissants gold brown"},
|
||||
{
|
||||
name: "Elena P.",
|
||||
handle: "@elenap",
|
||||
testimonial: "A staple of my morning routine for years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-49449.jpg?_wi=1",
|
||||
imageAlt: "chocolate muffin sweet pastry",
|
||||
},
|
||||
name: "Elena P.", handle: "@elenap", testimonial: "A staple of my morning routine for years.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-49449.jpg?_wi=1", imageAlt: "chocolate muffin sweet pastry"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/freshly-halved-baked-bread-dusted-with-flour-wooden-table_23-2147975181.jpg?_wi=2"
|
||||
imageAlt="Freshly baked bread in our bakery"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-rejoicing-woman-eats-tasty-croissant-home-unhealthy-food-concept_1153-8292.jpg",
|
||||
alt: "Alice M.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-rejoicing-woman-eats-tasty-croissant-home-unhealthy-food-concept_1153-8292.jpg", alt: "Alice M."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24683.jpg",
|
||||
alt: "Robert K.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24683.jpg", alt: "Robert K."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-grey-eating-cookies_23-2147970473.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-grey-eating-cookies_23-2147970473.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-wearing-casual-pink-t-shirt-sticking-tongue-out-happy-with-funny-expression-emotion-concept_839833-35239.jpg",
|
||||
alt: "Mark D.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-wearing-casual-pink-t-shirt-sticking-tongue-out-happy-with-funny-expression-emotion-concept_839833-35239.jpg", alt: "Mark D."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-sandwiches_1098-12574.jpg",
|
||||
alt: "Elena P.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-sandwiches_1098-12574.jpg", alt: "Elena P."},
|
||||
]}
|
||||
avatarText="Join 500+ happy neighbors"
|
||||
/>
|
||||
@@ -134,51 +93,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Artisan Sourdough",
|
||||
price: "$8.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37341.jpg?_wi=2",
|
||||
},
|
||||
id: "c1", name: "Chocolate Chunk Cookie", price: "$3.00", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/butter-cookies-with-sugar-powder-white-ceramic-plate_114579-22093.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Butter Croissant",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-croissants-bakery-blurred-background_169016-25377.jpg?_wi=2",
|
||||
},
|
||||
id: "c2", name: "Vanilla Bean Sponge Cake", price: "$25.00", variant: "Celebration", imageSrc: "http://img.b2bpic.net/free-photo/tasty-cake-with-fruits_23-2148227653.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Blueberry Muffin",
|
||||
price: "$3.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-49449.jpg?_wi=2",
|
||||
},
|
||||
id: "c3", name: "Oatmeal Raisin Cookie", price: "$2.50", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/tasty-oatmeal-cookies_23-2148816558.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cinnamon Roll",
|
||||
price: "$5.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-cinnamon-rolls-with-caramel-drizzle_23-2152022066.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Fruit Tart",
|
||||
price: "$6.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mini-fruit-tarts-arrangement_23-2148563187.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "English Scone",
|
||||
price: "$4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/butter-cookies-with-sugar-powder-white-ceramic-plate_114579-22093.jpg",
|
||||
},
|
||||
id: "c4", name: "Dark Chocolate Truffle Cake", price: "$32.00", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-with-chocolate-syrup_23-2148227663.jpg"}
|
||||
]}
|
||||
title="Today's Fresh Selection"
|
||||
description="A curated list of our daily artisanal offerings."
|
||||
title="Cookies & Cakes Collection"
|
||||
description="Treat yourself to our exquisite, small-batch cookies and handcrafted cakes."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -189,45 +120,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice M.",
|
||||
handle: "@alicem",
|
||||
testimonial: "The best sourdough I've ever had.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rejoicing-woman-eats-tasty-croissant-home-unhealthy-food-concept_1153-8292.jpg",
|
||||
},
|
||||
id: "t1", name: "Alice M.", handle: "@alicem", testimonial: "The best sourdough I've ever had.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rejoicing-woman-eats-tasty-croissant-home-unhealthy-food-concept_1153-8292.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Robert K.",
|
||||
handle: "@robk",
|
||||
testimonial: "Perfectly buttery and flaky croissants.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24683.jpg",
|
||||
},
|
||||
id: "t2", name: "Robert K.", handle: "@robk", testimonial: "Perfectly buttery and flaky croissants.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24683.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Lovely atmosphere and rolls.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-grey-eating-cookies_23-2147970473.jpg",
|
||||
},
|
||||
id: "t3", name: "Sarah J.", handle: "@sarahj", testimonial: "Lovely atmosphere and rolls.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-grey-eating-cookies_23-2147970473.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "Authentic recipes, delicious taste.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-wearing-casual-pink-t-shirt-sticking-tongue-out-happy-with-funny-expression-emotion-concept_839833-35239.jpg",
|
||||
},
|
||||
id: "t4", name: "Mark D.", handle: "@markd", testimonial: "Authentic recipes, delicious taste.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-wearing-casual-pink-t-shirt-sticking-tongue-out-happy-with-funny-expression-emotion-concept_839833-35239.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena P.",
|
||||
handle: "@elenap",
|
||||
testimonial: "My morning staple for years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-sandwiches_1098-12574.jpg",
|
||||
},
|
||||
id: "t5", name: "Elena P.", handle: "@elenap", testimonial: "My morning staple for years.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-sandwiches_1098-12574.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Loved by the Community"
|
||||
@@ -239,14 +145,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Visit us at 123 Baker Street, open daily from 6 AM to 4 PM. We'd love to see you!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Directions", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -256,42 +159,27 @@ export default function LandingPage() {
|
||||
logoText="Artisan Bakery"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "123 Baker Street",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Baker Street", href: "#"},
|
||||
{
|
||||
label: "Directions",
|
||||
href: "#",
|
||||
},
|
||||
label: "Directions", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Full Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Full Menu", href: "#menu"},
|
||||
{
|
||||
label: "Special Orders",
|
||||
href: "#",
|
||||
},
|
||||
label: "Special Orders", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
title: "Social", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -301,4 +189,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user