diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a65c356..5cafe75 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroSplit from "@/components/sections/hero/HeroSplit"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Phone, MessageCircle } from "lucide-react"; +import { Phone, MessageCircle, Zap, UtensilsCrossed } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -37,7 +37,7 @@ export default function AboutPage() { title="About Eggs Bread Corner" description="We've been serving fresh, delicious egg sandwiches and street-style bread since day one. Our mission is simple: deliver quick, fresh, and satisfying egg sandwiches made with premium ingredients to your table every morning." tag="Our Story" - tagIcon="undefined" + tagIcon={Zap} background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/best-friends-eating-street-food_23-2149009621.jpg" imageAlt="Eggs Bread Corner stall" @@ -45,13 +45,9 @@ export default function AboutPage() { mediaAnimation="slide-up" buttons={[ { - text: "Back to Home", - href: "/", - }, + text: "Back to Home", href: "/"}, { - text: "Order Now", - href: "/contact", - }, + text: "Order Now", href: "/contact"}, ]} /> @@ -61,29 +57,14 @@ export default function AboutPage() { title="Why Choose Us" description="Discover what makes Eggs Bread Corner the best choice for fresh egg sandwiches" tag="Quality" - tagIcon="undefined" + tagIcon={UtensilsCrossed} features={[ { - id: "fresh", - title: "Fresh Ingredients", - description: "We use only the freshest eggs and premium butter bread. Every sandwich is made to order with love and care.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-ingredients-eggs-dark-bread-milk-nuts-jelly-light-background-color-dough-cake-hotcake-biscuit-photo-pie-bun_140725-158297.jpg?_wi=3", - imageAlt: "Fresh ingredients", - }, + id: "fresh", title: "Fresh Ingredients", description: "We use only the freshest eggs and premium butter bread. Every sandwich is made to order with love and care.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-ingredients-eggs-dark-bread-milk-nuts-jelly-light-background-color-dough-cake-hotcake-biscuit-photo-pie-bun_140725-158297.jpg", imageAlt: "Fresh ingredients"}, { - id: "quick", - title: "Quick Service", - description: "Your order is ready in just 5 minutes. Perfect for busy professionals and students who need a quick breakfast.", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baguette-baked-bread-paper-with-different-seeds_23-2147975227.jpg?_wi=3", - imageAlt: "Quick service", - }, + id: "quick", title: "Quick Service", description: "Your order is ready in just 5 minutes. Perfect for busy professionals and students who need a quick breakfast.", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baguette-baked-bread-paper-with-different-seeds_23-2147975227.jpg", imageAlt: "Quick service"}, { - id: "affordable", - title: "Affordable Prices", - description: "Delicious, fresh egg sandwiches at prices that won't break your budget. Quality food shouldn't be expensive.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-sandwich_23-2149286862.jpg?_wi=3", - imageAlt: "Affordable pricing", - }, + id: "affordable", title: "Affordable Prices", description: "Delicious, fresh egg sandwiches at prices that won't break your budget. Quality food shouldn't be expensive.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-melted-cheese-sandwich_23-2149286862.jpg", imageAlt: "Affordable pricing"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -99,14 +80,10 @@ export default function AboutPage() { socialLinks={[ { icon: Phone, - href: "tel:+919876543210", - ariaLabel: "Call us", - }, + href: "tel:+919876543210", ariaLabel: "Call us"}, { icon: MessageCircle, - href: "https://wa.me/919876543210", - ariaLabel: "WhatsApp us", - }, + href: "https://wa.me/919876543210", ariaLabel: "WhatsApp us"}, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2d89960..a4f407c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroSplit from "@/components/sections/hero/HeroSplit"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Phone, MessageCircle, Mail } from "lucide-react"; +import { Phone, MessageCircle, Mail, Zap } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -37,21 +37,17 @@ export default function ContactPage() { title="Get in Touch with Us" description="Ready to order fresh egg sandwiches? Contact us via WhatsApp, call us directly, or visit our stall. We're here to serve you delicious, fresh egg bread every day!" tag="Contact Us" - tagIcon="undefined" + tagIcon={Zap} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/close-up-ham-egg-croissant-plate_23-2148543626.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-ham-egg-croissant-plate_23-2148543626.jpg" imageAlt="Fresh egg sandwich" imagePosition="right" mediaAnimation="slide-up" buttons={[ { - text: "Back to Home", - href: "/", - }, + text: "Back to Home", href: "/"}, { - text: "View Menu", - href: "/", - }, + text: "View Menu", href: "/"}, ]} /> @@ -64,13 +60,9 @@ export default function ContactPage() { description="Order now via WhatsApp or visit us at our stall. Fresh egg sandwiches made to order every day. Call us for special requests or bulk orders." buttons={[ { - text: "WhatsApp Order", - href: "https://wa.me/919876543210", - }, + text: "WhatsApp Order", href: "https://wa.me/919876543210"}, { - text: "Call Us", - href: "tel:+919876543210", - }, + text: "Call Us", href: "tel:+919876543210"}, ]} background={{ variant: "plain" }} useInvertedBackground={true} @@ -84,14 +76,10 @@ export default function ContactPage() { socialLinks={[ { icon: Phone, - href: "tel:+919876543210", - ariaLabel: "Call us", - }, + href: "tel:+919876543210", ariaLabel: "Call us"}, { icon: MessageCircle, - href: "https://wa.me/919876543210", - ariaLabel: "WhatsApp us", - }, + href: "https://wa.me/919876543210", ariaLabel: "WhatsApp us"}, ]} />