Merge version_1 into main #1
252
src/app/page.tsx
252
src/app/page.tsx
@@ -32,34 +32,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Cakes",
|
||||
id: "#cakes",
|
||||
},
|
||||
name: "Cakes", id: "#cakes"},
|
||||
{
|
||||
name: "Custom Orders",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Custom Orders", id: "#services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Gallery", id: "#gallery"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Now", href: "#contact"}}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EN0SmoO5J1BHaQh1MLN7pWw8Kf/uploaded-1780005626660-0rnf50jf.jpg"
|
||||
logoAlt="Grand Bakers Logo"
|
||||
brandName="Grand Bakers"
|
||||
@@ -72,13 +58,9 @@ export default function LandingPage() {
|
||||
description="Crafted with love, baked to perfection. Experience the delightful artistry of Grand Bakers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
{
|
||||
text: "View Cakes",
|
||||
href: "#cakes",
|
||||
},
|
||||
text: "View Cakes", href: "#cakes"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bakery-pattern-with-baked-bread_23-2148154370.jpg"
|
||||
imageAlt="Large premium chocolate cake with cute doodles and floating bakery icons"
|
||||
@@ -87,25 +69,15 @@ export default function LandingPage() {
|
||||
textPosition="bottom"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-buys-buns-bakery_1157-24663.jpg",
|
||||
alt: "Happy customer review avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-girl-buys-buns-bakery_1157-24663.jpg", alt: "Happy customer review avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-red-lips-holding-palm-croissant_651396-582.jpg",
|
||||
alt: "Smiling customer review avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-with-red-lips-holding-palm-croissant_651396-582.jpg", alt: "Smiling customer review avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-blonde-young-bakery-shop-owner-taking-phone-order_23-2148028023.jpg",
|
||||
alt: "Satisfied client avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-blonde-young-bakery-shop-owner-taking-phone-order_23-2148028023.jpg", alt: "Satisfied client avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg",
|
||||
alt: "Delighted customer avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg", alt: "Delighted customer avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-girl-holding-cup-coffee_23-2147920359.jpg",
|
||||
alt: "Joyful customer avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-girl-holding-cup-coffee_23-2147920359.jpg", alt: "Joyful customer avatar"},
|
||||
]}
|
||||
avatarText="Loved by over 500+ sweet enthusiasts!"
|
||||
/>
|
||||
@@ -119,70 +91,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "chocolate-cake",
|
||||
name: "Decadent Chocolate Delight",
|
||||
price: "$55.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-slice-plate-with-coffee_23-2148689769.jpg",
|
||||
imageAlt: "Decadent Chocolate Cake",
|
||||
priceButtonProps: {
|
||||
text: "Order on WhatsApp",
|
||||
href: "https://wa.me/919995200446",
|
||||
},
|
||||
id: "chocolate-cake", name: "Decadent Chocolate Delight", price: "$55.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-slice-plate-with-coffee_23-2148689769.jpg", imageAlt: "Decadent Chocolate Cake", priceButtonProps: {
|
||||
text: "Order on WhatsApp", href: "https://wa.me/919995200446"},
|
||||
},
|
||||
{
|
||||
id: "red-velvet",
|
||||
name: "Velvety Red Kiss",
|
||||
price: "$60.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fruity-jelly-cake_23-2148536815.jpg",
|
||||
imageAlt: "Red Velvet Cake",
|
||||
priceButtonProps: {
|
||||
text: "Order on WhatsApp",
|
||||
href: "https://wa.me/919995200446",
|
||||
},
|
||||
id: "red-velvet", name: "Velvety Red Kiss", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fruity-jelly-cake_23-2148536815.jpg", imageAlt: "Red Velvet Cake", priceButtonProps: {
|
||||
text: "Order on WhatsApp", href: "https://wa.me/919995200446"},
|
||||
},
|
||||
{
|
||||
id: "birthday-cake",
|
||||
name: "Joyful Birthday Bliss",
|
||||
price: "$70.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-children-admiring-balloons-party_23-2147783841.jpg",
|
||||
imageAlt: "Birthday Cake",
|
||||
priceButtonProps: {
|
||||
text: "Order on WhatsApp",
|
||||
href: "https://wa.me/919995200446",
|
||||
},
|
||||
id: "birthday-cake", name: "Joyful Birthday Bliss", price: "$70.00", imageSrc: "http://img.b2bpic.net/free-photo/smart-children-admiring-balloons-party_23-2147783841.jpg", imageAlt: "Birthday Cake", priceButtonProps: {
|
||||
text: "Order on WhatsApp", href: "https://wa.me/919995200446"},
|
||||
},
|
||||
{
|
||||
id: "wedding-cake",
|
||||
name: "Elegant Wedding Dream",
|
||||
price: "POA",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/large-cocktail-glass-with-macaroons-stands-dinner-table_8353-719.jpg",
|
||||
imageAlt: "Wedding Cake",
|
||||
priceButtonProps: {
|
||||
text: "Inquire on WhatsApp",
|
||||
href: "https://wa.me/919995200446",
|
||||
},
|
||||
id: "wedding-cake", name: "Elegant Wedding Dream", price: "POA", imageSrc: "http://img.b2bpic.net/free-photo/large-cocktail-glass-with-macaroons-stands-dinner-table_8353-719.jpg", imageAlt: "Wedding Cake", priceButtonProps: {
|
||||
text: "Inquire on WhatsApp", href: "https://wa.me/919995200446"},
|
||||
},
|
||||
{
|
||||
id: "strawberry-cake",
|
||||
name: "Sweet Strawberry Cloud",
|
||||
price: "$58.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-cake_1232-2905.jpg",
|
||||
imageAlt: "Strawberry Cake",
|
||||
priceButtonProps: {
|
||||
text: "Order on WhatsApp",
|
||||
href: "https://wa.me/919995200446",
|
||||
},
|
||||
id: "strawberry-cake", name: "Sweet Strawberry Cloud", price: "$58.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-ice-cream-cake_1232-2905.jpg", imageAlt: "Strawberry Cake", priceButtonProps: {
|
||||
text: "Order on WhatsApp", href: "https://wa.me/919995200446"},
|
||||
},
|
||||
{
|
||||
id: "custom-cake",
|
||||
name: "Your Custom Creation",
|
||||
price: "Starts from $75.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-desserts_1303-10517.jpg",
|
||||
imageAlt: "Custom Cake",
|
||||
priceButtonProps: {
|
||||
text: "Customize on WhatsApp",
|
||||
href: "https://wa.me/919995200446",
|
||||
},
|
||||
id: "custom-cake", name: "Your Custom Creation", price: "Starts from $75.00", imageSrc: "http://img.b2bpic.net/free-photo/wedding-table-desserts_1303-10517.jpg", imageAlt: "Custom Cake", priceButtonProps: {
|
||||
text: "Customize on WhatsApp", href: "https://wa.me/919995200446"},
|
||||
},
|
||||
]}
|
||||
title="Our Featured Creations"
|
||||
@@ -199,19 +129,13 @@ export default function LandingPage() {
|
||||
description="Grand Bakers creates memorable sweet moments for every celebration. Our passion for baking is infused into every cake, pastry, and dessert we craft, ensuring a delightful experience with every bite. We use only the finest, freshest ingredients, lovingly prepared to bring joy to your special occasions and everyday moments."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Artisan Craftsmanship",
|
||||
description: "Each dessert is handmade with traditional techniques and artistic flair.",
|
||||
icon: Feather,
|
||||
title: "Artisan Craftsmanship", description: "Each dessert is handmade with traditional techniques and artistic flair.", icon: Feather,
|
||||
},
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "We source only the highest quality, fresh ingredients for superior taste.",
|
||||
icon: Star,
|
||||
title: "Premium Ingredients", description: "We source only the highest quality, fresh ingredients for superior taste.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Memorable Moments",
|
||||
description: "Creating delicious centerpieces for your celebrations, big or small.",
|
||||
icon: Cake,
|
||||
title: "Memorable Moments", description: "Creating delicious centerpieces for your celebrations, big or small.", icon: Cake,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-arrangement-with-flowers-food_23-2150642369.jpg"
|
||||
@@ -226,41 +150,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Birthday Cakes",
|
||||
description: "Personalized cakes to make every birthday unforgettable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-plasticine-clay-style_53876-126910.jpg",
|
||||
imageAlt: "Birthday cake illustration",
|
||||
},
|
||||
title: "Birthday Cakes", description: "Personalized cakes to make every birthday unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-plasticine-clay-style_53876-126910.jpg", imageAlt: "Birthday cake illustration"},
|
||||
{
|
||||
title: "Wedding Cakes",
|
||||
description: "Elegant and delicious multi-tiered cakes for your special day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eco-cupcake-with-blue-background_23-2149453789.jpg",
|
||||
imageAlt: "Wedding cake illustration",
|
||||
},
|
||||
title: "Wedding Cakes", description: "Elegant and delicious multi-tiered cakes for your special day.", imageSrc: "http://img.b2bpic.net/free-photo/eco-cupcake-with-blue-background_23-2149453789.jpg", imageAlt: "Wedding cake illustration"},
|
||||
{
|
||||
title: "Anniversary Cakes",
|
||||
description: "Sweet symbols of enduring love, customized for your milestone.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/infographics-delicious-sweets_23-2147599017.jpg",
|
||||
imageAlt: "Anniversary cake illustration",
|
||||
},
|
||||
title: "Anniversary Cakes", description: "Sweet symbols of enduring love, customized for your milestone.", imageSrc: "http://img.b2bpic.net/free-vector/infographics-delicious-sweets_23-2147599017.jpg", imageAlt: "Anniversary cake illustration"},
|
||||
{
|
||||
title: "Theme Cakes",
|
||||
description: "Bring your unique vision to life with our bespoke themed cakes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-illustration_23-2151910415.jpg",
|
||||
imageAlt: "Theme cake illustration",
|
||||
},
|
||||
title: "Theme Cakes", description: "Bring your unique vision to life with our bespoke themed cakes.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-illustration_23-2151910415.jpg", imageAlt: "Theme cake illustration"},
|
||||
{
|
||||
title: "Dessert Catering",
|
||||
description: "Delight your guests with a beautiful selection of our finest desserts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/flat-design-restaurant-template_23-2149835655.jpg",
|
||||
imageAlt: "Dessert catering illustration",
|
||||
},
|
||||
title: "Dessert Catering", description: "Delight your guests with a beautiful selection of our finest desserts.", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-restaurant-template_23-2149835655.jpg", imageAlt: "Dessert catering illustration"},
|
||||
{
|
||||
title: "Custom Orders",
|
||||
description: "Dream it, and we'll bake it. Your imagination is our only limit!",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/restaurant-app-mobile-phone-with-flat-design_23-2147763242.jpg",
|
||||
imageAlt: "Custom order illustration",
|
||||
},
|
||||
title: "Custom Orders", description: "Dream it, and we'll bake it. Your imagination is our only limit!", imageSrc: "http://img.b2bpic.net/free-vector/restaurant-app-mobile-phone-with-flat-design_23-2147763242.jpg", imageAlt: "Custom order illustration"},
|
||||
]}
|
||||
title="Sweet Services for Every Occasion"
|
||||
description="From custom creations to event catering, Grand Bakers offers a delightful range of services to make your celebrations extra special and stress-free."
|
||||
@@ -276,52 +176,22 @@ export default function LandingPage() {
|
||||
description="Explore our latest creations, behind-the-scenes magic, and sweet inspirations on Instagram. A visual feast for every dessert lover!"
|
||||
blogs={[
|
||||
{
|
||||
id: "insta-1",
|
||||
category: "Cakes",
|
||||
title: "Spring Blossom Cake",
|
||||
excerpt: "A delicate cake adorned with edible flowers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-fresh-fruits-light-white-surface-birthday-tea-cake-biscuit-sweet-cream_140725-101607.jpg",
|
||||
imageAlt: "Spring Blossom Cake",
|
||||
id: "insta-1", category: "Cakes", title: "Spring Blossom Cake", excerpt: "A delicate cake adorned with edible flowers.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-creamy-delicious-cake-with-fresh-fruits-light-white-surface-birthday-tea-cake-biscuit-sweet-cream_140725-101607.jpg", imageAlt: "Spring Blossom Cake", authorName: "Grand Bakers Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-blonde-man-wearing-orange-eyeliner_23-2148980309.jpg", date: "July 25, 2024"
|
||||
},
|
||||
{
|
||||
id: "insta-2",
|
||||
category: "Pastries",
|
||||
title: "Morning Croissant Perfection",
|
||||
excerpt: "Flaky, buttery croissants, baked fresh daily.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-nougats-pink-background_23-2149637380.jpg",
|
||||
imageAlt: "Morning Croissant",
|
||||
id: "insta-2", category: "Pastries", title: "Morning Croissant Perfection", excerpt: "Flaky, buttery croissants, baked fresh daily.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-nougats-pink-background_23-2149637380.jpg", imageAlt: "Morning Croissant", authorName: "Grand Bakers Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-blonde-man-wearing-orange-eyeliner_23-2148980309.jpg", date: "July 25, 2024"
|
||||
},
|
||||
{
|
||||
id: "insta-3",
|
||||
category: "Decorations",
|
||||
title: "Hand-Piped Icing Art",
|
||||
excerpt: "Intricate details that make every cake unique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-desserts-with-tea-nuts-fruit-jam-white-wooden-background_176474-3992.jpg",
|
||||
imageAlt: "Hand-Piped Icing",
|
||||
id: "insta-3", category: "Decorations", title: "Hand-Piped Icing Art", excerpt: "Intricate details that make every cake unique.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-desserts-with-tea-nuts-fruit-jam-white-wooden-background_176474-3992.jpg", imageAlt: "Hand-Piped Icing", authorName: "Grand Bakers Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-blonde-man-wearing-orange-eyeliner_23-2148980309.jpg", date: "July 25, 2024"
|
||||
},
|
||||
{
|
||||
id: "insta-4",
|
||||
category: "Celebrations",
|
||||
title: "Baby Shower Delights",
|
||||
excerpt: "Sweet treats for life's most precious moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232363.jpg",
|
||||
imageAlt: "Baby Shower Cake",
|
||||
id: "insta-4", category: "Celebrations", title: "Baby Shower Delights", excerpt: "Sweet treats for life's most precious moments.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232363.jpg", imageAlt: "Baby Shower Cake", authorName: "Grand Bakers Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-blonde-man-wearing-orange-eyeliner_23-2148980309.jpg", date: "July 25, 2024"
|
||||
},
|
||||
{
|
||||
id: "insta-5",
|
||||
category: "Seasonal",
|
||||
title: "Autumn Spice Pie",
|
||||
excerpt: "Warm flavors for cozy fall evenings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-croissant-backed-cookies-milk-muesli-citrus-fruit-with-cloth-wooden-container_23-2147956828.jpg",
|
||||
imageAlt: "Autumn Spice Pie",
|
||||
id: "insta-5", category: "Seasonal", title: "Autumn Spice Pie", excerpt: "Warm flavors for cozy fall evenings.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-croissant-backed-cookies-milk-muesli-citrus-fruit-with-cloth-wooden-container_23-2147956828.jpg", imageAlt: "Autumn Spice Pie", authorName: "Grand Bakers Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-blonde-man-wearing-orange-eyeliner_23-2148980309.jpg", date: "July 25, 2024"
|
||||
},
|
||||
{
|
||||
id: "insta-6",
|
||||
category: "Everyday",
|
||||
title: "Classic Vanilla Bean Cupcakes",
|
||||
excerpt: "Simple, yet utterly irresistible. A daily joy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-dried-citrus-filling_23-2148746837.jpg",
|
||||
imageAlt: "Vanilla Bean Cupcakes",
|
||||
id: "insta-6", category: "Everyday", title: "Classic Vanilla Bean Cupcakes", excerpt: "Simple, yet utterly irresistible. A daily joy.", imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-dried-citrus-filling_23-2148746837.jpg", imageAlt: "Vanilla Bean Cupcakes", authorName: "Grand Bakers Team", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-blonde-man-wearing-orange-eyeliner_23-2148980309.jpg", date: "July 25, 2024"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -335,29 +205,18 @@ export default function LandingPage() {
|
||||
author="Sarah M."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg",
|
||||
alt: "Sarah M. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-butcher-giving-sausages-from-counter_7502-4787.jpg", alt: "Sarah M. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/painting-woman-s-portrait_23-2151155267.jpg",
|
||||
alt: "John D. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/painting-woman-s-portrait_23-2151155267.jpg", alt: "John D. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-3d-happy-woman-with-mouth-wide-open_23-2150709962.jpg",
|
||||
alt: "Emily R. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-3d-happy-woman-with-mouth-wide-open_23-2150709962.jpg", alt: "Emily R. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151133907.jpg",
|
||||
alt: "David K. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151133907.jpg", alt: "David K. avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/surprised-woman-gray-sweater-holding-glasses-happily_114579-81408.jpg",
|
||||
alt: "Jessica L. avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/surprised-woman-gray-sweater-holding-glasses-happily_114579-81408.jpg", alt: "Jessica L. avatar"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
title="Hear What Our Sweet Customers Say"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -365,14 +224,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Visit Us or Get in Touch\n\n**Address:** Grand Bakers, Ezhukone, Kerala\n**Phone:** +91 99952 00446\n**Opening Hours:** Mon-Sat: 9 AM - 7 PM, Sun: 10 AM - 5 PM\n\nReach out for orders and inquiries!"
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/919995200446",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/919995200446"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -386,19 +242,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://www.instagram.com/grandbakers",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://www.instagram.com/grandbakers", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: LifeBuoy,
|
||||
href: "https://wa.me/919995200446",
|
||||
ariaLabel: "WhatsApp",
|
||||
},
|
||||
href: "https://wa.me/919995200446", ariaLabel: "WhatsApp"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://www.facebook.com/grandbakers",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://www.facebook.com/grandbakers", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user