diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6aca1d8..66dbbc2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import { Check, Coffee } from "lucide-react";
+import { Check, Coffee, Sparkles, CheckCircle, Shield } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,134 +30,76 @@ export default function LandingPage() {
@@ -168,33 +110,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Artisanal Bread",
- description: "Baked from scratch every single morning.",
- buttonIcon: "Sparkles",
- imageSrc: "http://img.b2bpic.net/free-photo/pie-wood-plate_1339-7679.jpg?_wi=1",
- imageAlt: "freshly baked croissant bakery",
- },
+ title: "Artisanal Bread", description: "Baked from scratch every single morning.", buttonIcon: Sparkles,
+ imageSrc: "http://img.b2bpic.net/free-photo/pie-wood-plate_1339-7679.jpg", imageAlt: "freshly baked croissant bakery"},
{
- title: "Premium Coffee",
- description: "Expertly roasted beans for your daily fix.",
- buttonIcon: "Coffee",
- imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3419.jpg?_wi=1",
- imageAlt: "vietnamese iced coffee condensed milk",
- },
+ title: "Premium Coffee", description: "Expertly roasted beans for your daily fix.", buttonIcon: Coffee,
+ imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3419.jpg", imageAlt: "vietnamese iced coffee condensed milk"},
{
- title: "Authentic Recipes",
- description: "Traditional techniques, bold flavours.",
- buttonIcon: "CheckCircle",
- imageSrc: "http://img.b2bpic.net/free-photo/sucuk-ekmek-sausage-sandwich-with-chicken-mixed-foods_114579-2848.jpg?_wi=1",
- imageAlt: "chicken pate banh mi sandwich",
- },
+ title: "Authentic Recipes", description: "Traditional techniques, bold flavours.", buttonIcon: CheckCircle,
+ imageSrc: "http://img.b2bpic.net/free-photo/sucuk-ekmek-sausage-sandwich-with-chicken-mixed-foods_114579-2848.jpg", imageAlt: "chicken pate banh mi sandwich"},
{
- title: "Fresh Ingredients",
- description: "Locally sourced and carefully selected.",
- buttonIcon: "Shield",
- imageSrc: "http://img.b2bpic.net/free-photo/various-delicious-bruschetta-white-plate-with-bread-slices-high-quality-photo_114579-20174.jpg?_wi=1",
- imageAlt: "savory bakery pastry roll",
- },
+ title: "Fresh Ingredients", description: "Locally sourced and carefully selected.", buttonIcon: Shield,
+ imageSrc: "http://img.b2bpic.net/free-photo/various-delicious-bruschetta-white-plate-with-bread-slices-high-quality-photo_114579-20174.jpg", imageAlt: "savory bakery pastry roll"},
]}
title="Why Locals Love Us"
description="Authentic ingredients meet professional craftsmanship to create an unmatched bakery experience."
@@ -209,41 +135,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Classic Bánh Mì",
- price: "$12.50",
- imageSrc: "http://img.b2bpic.net/free-photo/vietnamese-banh-mi-sandwich-isolated-white-background_123827-31181.jpg?_wi=2",
- },
+ id: "p1", name: "Classic Bánh Mì", price: "$12.50", imageSrc: "http://img.b2bpic.net/free-photo/vietnamese-banh-mi-sandwich-isolated-white-background_123827-31181.jpg"},
{
- id: "p2",
- name: "Butter Croissant",
- price: "$6.00",
- imageSrc: "http://img.b2bpic.net/free-photo/pie-wood-plate_1339-7679.jpg?_wi=2",
- },
+ id: "p2", name: "Butter Croissant", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/pie-wood-plate_1339-7679.jpg"},
{
- id: "p3",
- name: "Vietnamese Iced Coffee",
- price: "$5.50",
- imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3419.jpg?_wi=2",
- },
+ id: "p3", name: "Vietnamese Iced Coffee", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3419.jpg"},
{
- id: "p4",
- name: "Grilled Chicken Bánh Mì",
- price: "$13.50",
- imageSrc: "http://img.b2bpic.net/free-photo/sucuk-ekmek-sausage-sandwich-with-chicken-mixed-foods_114579-2848.jpg?_wi=2",
- },
+ id: "p4", name: "Grilled Chicken Bánh Mì", price: "$13.50", imageSrc: "http://img.b2bpic.net/free-photo/sucuk-ekmek-sausage-sandwich-with-chicken-mixed-foods_114579-2848.jpg"},
{
- id: "p5",
- name: "Savory Pastry Roll",
- price: "$7.00",
- imageSrc: "http://img.b2bpic.net/free-photo/various-delicious-bruschetta-white-plate-with-bread-slices-high-quality-photo_114579-20174.jpg?_wi=2",
- },
+ id: "p5", name: "Savory Pastry Roll", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/various-delicious-bruschetta-white-plate-with-bread-slices-high-quality-photo_114579-20174.jpg"},
{
- id: "p6",
- name: "Sweet Cream Puff",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/cream-puff-plate_1339-6689.jpg?_wi=1",
- },
+ id: "p6", name: "Sweet Cream Puff", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/cream-puff-plate_1339-6689.jpg"},
]}
title="Our Signature Menu"
description="Hand-crafted bakery classics and authentic Vietnamese delicacies."
@@ -256,60 +158,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah J.",
- date: "1 day ago",
- title: "Amazing",
- quote: "The best Bánh Mì I've had in years.",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-woman-sitting-cafe_171337-15663.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/cream-puff-plate_1339-6689.jpg?_wi=2",
- imageAlt: "sweet bakery cream puff",
- },
+ id: "1", name: "Sarah J.", date: "1 day ago", title: "Amazing", quote: "The best Bánh Mì I've had in years.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-woman-sitting-cafe_171337-15663.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cream-puff-plate_1339-6689.jpg", imageAlt: "sweet bakery cream puff"},
{
- id: "2",
- name: "Michael Chen",
- date: "3 days ago",
- title: "Authentic",
- quote: "Transported back to Saigon. Exceptional quality.",
- tag: "Fan",
- avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-woman-sitting-cafe_171337-15663.jpg",
- imageAlt: "happy customer laughing portrait",
- },
+ id: "2", name: "Michael Chen", date: "3 days ago", title: "Authentic", quote: "Transported back to Saigon. Exceptional quality.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-woman-sitting-cafe_171337-15663.jpg", imageAlt: "happy customer laughing portrait"},
{
- id: "3",
- name: "Emily R.",
- date: "1 week ago",
- title: "Daily Spot",
- quote: "My go-to place for breakfast and lunch.",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-dressed-gardening-clothes_23-2148396884.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
- imageAlt: "business professional eating lunch",
- },
+ id: "3", name: "Emily R.", date: "1 week ago", title: "Daily Spot", quote: "My go-to place for breakfast and lunch.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-dressed-gardening-clothes_23-2148396884.jpg", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", imageAlt: "business professional eating lunch"},
{
- id: "4",
- name: "David Kim",
- date: "2 weeks ago",
- title: "Consistent",
- quote: "Reliably good coffee every single morning.",
- tag: "Regular",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-dressed-gardening-clothes_23-2148396884.jpg",
- imageAlt: "food enthusiast portrait smiling",
- },
+ id: "4", name: "David Kim", date: "2 weeks ago", title: "Consistent", quote: "Reliably good coffee every single morning.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-dressed-gardening-clothes_23-2148396884.jpg", imageAlt: "food enthusiast portrait smiling"},
{
- id: "5",
- name: "Jessica L.",
- date: "1 month ago",
- title: "Loved it",
- quote: "Friendly service and delicious pastries.",
- tag: "Local",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg",
- imageAlt: "regular cafe customer happy face",
- },
+ id: "5", name: "Jessica L.", date: "1 month ago", title: "Loved it", quote: "Friendly service and delicious pastries.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-plate-with-muffin_107420-12322.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12314.jpg", imageAlt: "regular cafe customer happy face"},
]}
title="Words From Our Regulars"
description="Trusted by the Wyndham Vale community."
@@ -320,16 +177,13 @@ export default function LandingPage() {
@@ -338,37 +192,23 @@ export default function LandingPage() {