4 Commits

Author SHA1 Message Date
f88c703271 Update src/app/products/page.tsx 2026-03-29 08:41:40 +00:00
ac936c190c Add src/app/products/page.tsx 2026-03-29 08:41:14 +00:00
7a7e3c686e Update src/app/page.tsx 2026-03-29 08:41:14 +00:00
24f4ab32ea Merge version_1 into main
Merge version_1 into main
2026-03-29 08:36:22 +00:00
2 changed files with 81 additions and 119 deletions

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -28,39 +28,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
},
{
name: "About",
id: "about",
},
{
name: "Menu",
id: "menu",
},
{
name: "Reviews",
id: "reviews",
},
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Reviews", id: "reviews" },
{ name: "Products", id: "/products" }
]}
brandName="Artisan Bakery"
/>
</div>
<div id="home" data-section="home">
<HeroOverlay
<HeroBillboardCarousel
title="Freshly Baked Every Morning"
description="Discover the finest selection of artisanal breads and handmade pastries, crafted with love and local ingredients."
buttons={[
{
text: "View Our Menu",
href: "#menu",
},
background={{ variant: 'sparkles-gradient' }}
buttons={[{ text: "View Our Menu", href: "#menu" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-cinnamon-rolls-with-copy-space_23-2148779708.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-making-dough_23-2148006220.jpg" }
]}
imageSrc="http://img.b2bpic.net/free-photo/delicious-cinnamon-rolls-with-copy-space_23-2148779708.jpg"
imageAlt="Artisanal bakery interior"
/>
</div>
@@ -81,33 +68,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Bread",
name: "Classic Sourdough",
price: "$8.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-pastries-black-board_114579-88098.jpg",
},
{
id: "p2",
brand: "Pastry",
name: "Almond Croissant",
price: "$4.50",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-freshly-baked-croissants-with-strawberries-jam_181624-60041.jpg",
},
{
id: "p3",
brand: "Sweet",
name: "Cinnamon Swirl",
price: "$3.75",
rating: 4,
reviewCount: "62",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg",
},
{ id: "p1", brand: "Bread", name: "Classic Sourdough", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-pastries-black-board_114579-88098.jpg" },
{ id: "p2", brand: "Pastry", name: "Almond Croissant", price: "$4.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-freshly-baked-croissants-with-strawberries-jam_181624-60041.jpg" },
{ id: "p3", brand: "Sweet", name: "Cinnamon Swirl", price: "$3.75", rating: 4, reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg" },
]}
title="Today's Fresh Selection"
description="Hand-picked treats from our oven, straight to your table."
@@ -120,41 +83,9 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@sarah_bakes",
testimonial: "The best sourdough I have ever had! Perfectly crispy crust.",
imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=1",
},
{
id: "2",
name: "James Cook",
handle: "@chefjames",
testimonial: "The croissants are incredibly buttery and authentic.",
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg",
},
{
id: "3",
name: "Elena Rodriguez",
handle: "@elena_loves",
testimonial: "Consistently fresh and friendly service. My morning stop.",
imageSrc: "http://img.b2bpic.net/free-photo/lady-is-preparing-dessert-woman-bakes-cake-confectioner-with-chocolate-cake_1157-42204.jpg",
},
{
id: "4",
name: "David Chen",
handle: "@david_eats",
testimonial: "Fantastic cinnamon swirls, they are absolutely addictive!",
imageSrc: "http://img.b2bpic.net/free-photo/hipster-with-stylish-haircut-beard-sits-table-decided-dine-roadside-cafe-eating-hamburger_613910-19629.jpg",
},
{
id: "5",
name: "Maria Lopez",
handle: "@maria_bakes",
testimonial: "Everything is delicious. You can really taste the quality.",
imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=2",
},
{ id: "1", name: "Sarah Miller", handle: "@sarah_bakes", testimonial: "The best sourdough I have ever had! Perfectly crispy crust.", imageSrc: "http://img.b2bpic.net/free-photo/women-eating-sweets-coffee-shop_23-2148263260.jpg?_wi=1" },
{ id: "2", name: "James Cook", handle: "@chefjames", testimonial: "The croissants are incredibly buttery and authentic.", imageSrc: "http://img.b2bpic.net/free-photo/female-baker-showing-baked-sweet-puff-pastries-plate-bakery-shop-counter_23-2148189118.jpg" },
{ id: "3", name: "Elena Rodriguez", handle: "@elena_loves", testimonial: "Consistently fresh and friendly service. My morning stop.", imageSrc: "http://img.b2bpic.net/free-photo/lady-is-preparing-dessert-woman-bakes-cake-confectioner-with-chocolate-cake_1157-42204.jpg" }
]}
title="What Our Community Says"
description="Join our happy regulars who start every day with our fresh bakes."
@@ -167,43 +98,15 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Local Foodies"
description="Featured in top local lifestyle publications and food blogs."
names={[
"City Eats Magazine",
"Daily Bread Weekly",
"Local Bites Review",
"Weekend Brunch Guide",
"Artisanal Living",
]}
names={["City Eats Magazine", "Daily Bread Weekly", "Local Bites Review", "Weekend Brunch Guide", "Artisanal Living"]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Our Menu",
href: "#menu",
},
],
},
{
items: [
{
label: "Contact",
href: "#",
},
{
label: "Privacy Policy",
href: "#",
},
],
},
{ items: [{ label: "About Us", href: "#about" }, { label: "Our Menu", href: "#menu" }] },
{ items: [{ label: "Contact", href: "#" }, { label: "Privacy Policy", href: "#" }] },
]}
logoText="Artisan Bakery"
/>
@@ -211,4 +114,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

59
src/app/products/page.tsx Normal file
View File

@@ -0,0 +1,59 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
export default function ProductsPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/#about" },
{ name: "Menu", id: "/#menu" },
{ name: "Reviews", id: "/#reviews" },
{ name: "Products", id: "/products" }
]}
brandName="Artisan Bakery"
/>
<div className="pt-32 pb-20">
<ProductCardTwo
title="Our Full Collection"
description="Explore our complete range of artisanal baked goods."
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Bread", name: "Classic Sourdough", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/two-kinds-pastries-black-board_114579-88098.jpg" },
{ id: "2", brand: "Pastry", name: "Almond Croissant", price: "$4.50", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-freshly-baked-croissants-with-strawberries-jam_181624-60041.jpg" },
{ id: "3", brand: "Sweet", name: "Cinnamon Swirl", price: "$3.75", rating: 4, reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-muffins-croissants_23-2147693757.jpg" }
]}
/>
</div>
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "About", href: "/#about" }] },
{ items: [{ label: "Contact", href: "#" }] },
]}
logoText="Artisan Bakery"
/>
</ReactLenis>
</ThemeProvider>
);
}