diff --git a/src/app/page.tsx b/src/app/page.tsx
index f163352..aef6e91 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,14 +28,10 @@ export default function LandingPage() {
@@ -43,41 +39,28 @@ export default function LandingPage() {
@@ -89,12 +72,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Signature Bun", price: "$4.50", variant: "Coffee Caramel", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg"},
- {
- id: "p2", name: "Premium Roast", price: "$3.00", variant: "Arabica", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg"},
- {
- id: "p3", name: "Signature Shake", price: "$6.00", variant: "Vanilla Bean", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg"},
+ { id: "p1", name: "Signature Bun", price: "$4.50", variant: "Coffee Caramel", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg" },
+ { id: "p2", name: "Premium Roast", price: "$3.00", variant: "Arabica", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312222.jpg" },
+ { id: "p3", name: "Signature Shake", price: "$6.00", variant: "Vanilla Bean", imageSrc: "http://img.b2bpic.net/free-photo/side-view-croissant-plate-trivet-with-lemon-tangerine-kumquat-flour-ginger-with-spoon-honey-dipper-rolling-pin-black-background_141793-130598.jpg" },
]}
title="The Bun That Started It All"
description="Golden crust infused with coffee caramel topping, soft fluffy inside, served hot."
@@ -107,16 +87,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "1", name: "Sarah Johnson", role: "Foodie", testimonial: "The best coffee bun I've ever had.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg"},
- {
- id: "2", name: "Michael Chen", role: "Local", testimonial: "You walk in for coffee, you stay for the experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg"},
- {
- id: "3", name: "Elena Rossi", role: "Blogger", testimonial: "Absolute perfection, buttery and crisp.", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg"},
- {
- id: "4", name: "David Kim", role: "Visitor", testimonial: "My morning ritual now involves Papparoti.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-menu-together-restaurant_23-2150520063.jpg"},
- {
- id: "5", name: "Anna Smith", role: "Regular", testimonial: "Unbeatable freshness every single time.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624091.jpg"},
+ { id: "1", name: "Sarah Johnson", role: "Foodie", testimonial: "The best coffee bun I've ever had.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg" },
+ { id: "2", name: "Michael Chen", role: "Local", testimonial: "You walk in for coffee, you stay for the experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-cafe_1303-25716.jpg" },
+ { id: "3", name: "Elena Rossi", role: "Blogger", testimonial: "Absolute perfection, buttery and crisp.", imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg" },
+ { id: "4", name: "David Kim", role: "Visitor", testimonial: "My morning ritual now involves Papparoti.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-menu-together-restaurant_23-2150520063.jpg" },
+ { id: "5", name: "Anna Smith", role: "Regular", testimonial: "Unbeatable freshness every single time.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-iced-coffee_23-2149624091.jpg" },
]}
title="Loved by thousands"
description="See why our customers keep coming back for more."
@@ -131,14 +106,8 @@ export default function LandingPage() {
title="Our Impact"
description="Serving happiness one bun at a time."
metrics={[
- {
- id: "m1", value: "1M+", title: "Buns Baked", items: [
- "Fresh daily", "Artisan quality"],
- },
- {
- id: "m2", value: "50+", title: "Locations", items: [
- "Worldwide", "Open daily"],
- },
+ { id: "m1", value: "1M+", title: "Buns Baked", items: ["Fresh daily", "Artisan quality"] },
+ { id: "m2", value: "50+", title: "Locations", items: ["Worldwide", "Open daily"] },
]}
/>
@@ -148,10 +117,10 @@ export default function LandingPage() {
testimonial="Absolutely wonderful service and taste!"
rating={5}
author="Alex Rivera"
- avatars={[
- { src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg", alt: "Author" }
- ]}
+ avatars={[{ src: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg", alt: "Author" }]}
useInvertedBackground={false}
+ ratingAnimation="opacity"
+ avatarsAnimation="opacity"
/>
@@ -159,26 +128,9 @@ export default function LandingPage() {