Update src/app/page.tsx

This commit is contained in:
2026-04-07 04:57:49 +00:00
parent 088c6b922f
commit 3f892d9316

View File

@@ -8,7 +8,6 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
export default function LandingPage() {
return (
@@ -29,13 +28,9 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
]}
brandName="Tess's Kitchen"
/>
@@ -44,108 +39,63 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Freshly Baked Filipino Favorites, Made with Love"
description="Bringing the taste of home to your table—one bite at a time."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-alfajores-with-copy-space_23-2148740232.jpg?_wi=1",
imageAlt: "Fresh bread 1",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-alfajores-with-copy-space_23-2148740232.jpg?_wi=1", imageAlt: "Fresh bread 1"},
{
imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=1",
imageAlt: "Ube cake",
},
imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=1", imageAlt: "Ube cake"},
{
imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=1",
imageAlt: "Pandesal",
},
imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=1", imageAlt: "Pandesal"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-badambura-eastern-sweetie-with-sweet-walnuts-inside-white-plate-sugar-powder-inside-white-plate-cookie-pastry-bakery_140725-15743.jpg?_wi=1",
imageAlt: "Ensaymada",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-badambura-eastern-sweetie-with-sweet-walnuts-inside-white-plate-sugar-powder-inside-white-plate-cookie-pastry-bakery_140725-15743.jpg?_wi=1", imageAlt: "Ensaymada"},
{
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-black-metallic-pan_114579-61913.jpg?_wi=1",
imageAlt: "Leche flan",
},
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-black-metallic-pan_114579-61913.jpg?_wi=1", imageAlt: "Leche flan"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=2",
imageAlt: "Pandesal",
},
imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=2", imageAlt: "Pandesal"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-badambura-eastern-sweetie-with-sweet-walnuts-inside-white-plate-sugar-powder-inside-white-plate-cookie-pastry-bakery_140725-15743.jpg?_wi=2",
imageAlt: "Ensaymada",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-badambura-eastern-sweetie-with-sweet-walnuts-inside-white-plate-sugar-powder-inside-white-plate-cookie-pastry-bakery_140725-15743.jpg?_wi=2", imageAlt: "Ensaymada"},
{
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-black-metallic-pan_114579-61913.jpg?_wi=2",
imageAlt: "Leche flan",
},
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-black-metallic-pan_114579-61913.jpg?_wi=2", imageAlt: "Leche flan"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-alfajores-with-copy-space_23-2148740232.jpg?_wi=2",
imageAlt: "Fresh bread 3",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-alfajores-with-copy-space_23-2148740232.jpg?_wi=2", imageAlt: "Fresh bread 3"},
{
imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=2",
imageAlt: "Ube cake 2",
},
imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=2", imageAlt: "Ube cake 2"},
]}
buttons={[
{
text: "Order Now",
href: "#",
},
text: "Order Now", href: "#"},
{
text: "View Menu",
href: "#",
},
text: "View Menu", href: "#"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-woman-eating-cupcakes-table-having-fun_171337-14504.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/happy-woman-eating-cupcakes-table-having-fun_171337-14504.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/smiling-baker-placing-baked-buns-shelf_1170-2289.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/smiling-baker-placing-baked-buns-shelf_1170-2289.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/close-up-young-women-man-smiling_23-2148431309.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/close-up-young-women-man-smiling_23-2148431309.jpg", alt: "Customer 5"},
]}
avatarText="Loved by over 500 happy families!"
marqueeItems={[
{
type: "text",
text: "Authentic",
},
type: "text", text: "Authentic"},
{
type: "text",
text: "Handmade",
},
type: "text", text: "Handmade"},
{
type: "text",
text: "Traditional",
},
type: "text", text: "Traditional"},
{
type: "text",
text: "Fresh Daily",
},
type: "text", text: "Fresh Daily"},
{
type: "text",
text: "Filipino Pride",
},
type: "text", text: "Filipino Pride"},
]}
/>
</div>
@@ -158,116 +108,29 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Te",
name: "Ube Cheesecake",
price: "",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=3",
},
id: "1", brand: "Te", name: "Ube Cheesecake", price: "", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=3"},
{
id: "2",
brand: "Te",
name: "Pandesal (6pcs)",
price: "",
rating: 5,
reviewCount: "250",
imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=3",
},
id: "2", brand: "Te", name: "Pandesal (6pcs)", price: "", rating: 5,
reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=3"},
{
id: "3",
brand: "Te",
name: "Ensaymada",
price: "",
rating: 5,
reviewCount: "180",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-badambura-eastern-sweetie-with-sweet-walnuts-inside-white-plate-sugar-powder-inside-white-plate-cookie-pastry-bakery_140725-15743.jpg?_wi=3",
},
id: "3", brand: "Te", name: "Ensaymada", price: "", rating: 5,
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/front-view-badambura-eastern-sweetie-with-sweet-walnuts-inside-white-plate-sugar-powder-inside-white-plate-cookie-pastry-bakery_140725-15743.jpg?_wi=3"},
{
id: "4",
brand: "Te",
name: "Leche Flan",
price: "",
rating: 5,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-black-metallic-pan_114579-61913.jpg?_wi=3",
},
id: "4", brand: "Te", name: "Leche Flan", price: "", rating: 5,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-black-metallic-pan_114579-61913.jpg?_wi=3"},
{
id: "5",
brand: "Te",
name: "Ube Cake",
price: "",
rating: 5,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=4",
},
id: "5", brand: "Te", name: "Ube Cake", price: "", rating: 5,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=4"},
{
id: "6",
brand: "Te",
name: "Assorted Bread",
price: "₱100",
rating: 5,
reviewCount: "110",
imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=4",
},
id: "6", brand: "Te", name: "Assorted Bread", price: "₱100", rating: 5,
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=4"},
]}
title="Featured Favorites"
description="Try our signature baked goods!"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Great flavor!",
quote: "Lasang bahay talaga!",
name: "Maria Santos",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-eating-cupcakes-table-having-fun_171337-14504.jpg?_wi=1",
},
{
id: "2",
title: "Amazing pandesal",
quote: "Best pandesal in town!",
name: "Juan Dela Cruz",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg",
},
{
id: "3",
title: "My favorite bakery",
quote: "The Ube cheesecake is heavenly.",
name: "Lola Rosa",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-baker-placing-baked-buns-shelf_1170-2289.jpg",
},
{
id: "4",
title: "Must try!",
quote: "So soft and authentic.",
name: "Elena Reyes",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-indian-woman-loving-dessert_1262-5797.jpg",
},
{
id: "5",
title: "Fiesta in every bite",
quote: "Perfect for all our handaan.",
name: "Benny P.",
role: "Customer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-women-man-smiling_23-2148431309.jpg",
},
]}
title="What Our Neighbors Say"
description="Loved by the community!"
/>
</div>
<div id="metric" data-section="metric">
<MetricCardEleven
animationType="slide-up"
@@ -277,40 +140,15 @@ export default function LandingPage() {
description="Proudly serving our community with excellence."
metrics={[
{
id: "1",
value: "500+",
title: "Happy Customers",
description: "Served with warmth",
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-eating-cupcakes-table-having-fun_171337-14504.jpg?_wi=2",
},
id: "1", value: "500+", title: "Happy Customers", description: "Served with warmth", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-eating-cupcakes-table-having-fun_171337-14504.jpg?_wi=2"},
{
id: "2",
value: "15+",
title: "Years Baking",
description: "Traditional mastery",
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg?_wi=1",
},
id: "2", value: "15+", title: "Years Baking", description: "Traditional mastery", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg?_wi=1"},
{
id: "3",
value: "30+",
title: "Recipes",
description: "Filipino classics",
imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=5",
},
id: "3", value: "30+", title: "Recipes", description: "Filipino classics", imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=5"},
{
id: "4",
value: "5",
title: "Bakery Locations",
description: "Expanding our reach",
imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=5",
},
id: "4", value: "5", title: "Bakery Locations", description: "Expanding our reach", imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=5"},
{
id: "5",
value: "100%",
title: "Satisfaction",
description: "Guaranteed quality",
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-black-metallic-pan_114579-61913.jpg?_wi=4",
},
id: "5", value: "100%", title: "Satisfaction", description: "Guaranteed quality", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-pie-black-metallic-pan_114579-61913.jpg?_wi=4"},
]}
/>
</div>
@@ -324,25 +162,9 @@ export default function LandingPage() {
description="Tips, news, and our favorite baking secrets."
blogs={[
{
id: "1",
category: "Bakery News",
title: "The Art of Pandesal",
excerpt: "Learn how we keep our pandesal soft and airy every day.",
imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=6",
authorName: "Tess",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg",
date: "Oct 20, 2024",
},
id: "1", category: "Bakery News", title: "The Art of Pandesal", excerpt: "Learn how we keep our pandesal soft and airy every day.", imageSrc: "http://img.b2bpic.net/free-photo/basket-filled-baking-bread_329181-13308.jpg?_wi=6", authorName: "Tess", authorAvatar: "http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg", date: "Oct 20, 2024"},
{
id: "2",
category: "Tips",
title: "Perfect Ube Recipes",
excerpt: "Uncovering the secret to the best purple yam flavor.",
imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=6",
authorName: "Tess",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg",
date: "Oct 15, 2024",
},
id: "2", category: "Tips", title: "Perfect Ube Recipes", excerpt: "Uncovering the secret to the best purple yam flavor.", imageSrc: "http://img.b2bpic.net/free-photo/toothsome-cookie-grape-tray-marble-surface_114579-79948.jpg?_wi=6", authorName: "Tess", authorAvatar: "http://img.b2bpic.net/free-photo/happy-family-brunette-female-handsome-male-fleece-shirt-cute-little-girl-cooking-food-home-kitchen_613910-14639.jpg", date: "Oct 15, 2024"},
]}
/>
</div>
@@ -351,29 +173,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Tess's Kitchen",
items: [
title: "Tess's Kitchen", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
],
},
]}