diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8f87d1f..e203e31 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextAbout from '@/components/sections/about/TextAbout';
+import { CheckCircle, Heart, Gift, Truck } from 'lucide-react';
export default function LandingPage() {
return (
@@ -30,26 +31,16 @@ export default function LandingPage() {
@@ -60,15 +51,11 @@ export default function LandingPage() {
description="Handcrafted confections made with generational love. A hidden Mumbai sanctuary for those who believe that sweetness, like legacy, must be handled with care."
buttons={[
{
- text: "Explore Creations",
- href: "#creations",
- },
+ text: "Explore Creations", href: "#creations"},
{
- text: "Order on WhatsApp",
- href: "#order",
- },
+ text: "Order on WhatsApp", href: "#order"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132620.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132620.jpg"
imageAlt="Signature plated dessert"
/>
@@ -88,41 +75,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "The Brownie",
- price: "Indulge",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335550.jpg?_wi=1",
- },
+ id: "1", name: "The Brownie", price: "Indulge", imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335550.jpg"},
{
- id: "2",
- name: "Tres Leches",
- price: "Remember",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-plate-with-berries-fork_23-2148834004.jpg?_wi=1",
- },
+ id: "2", name: "Tres Leches", price: "Remember", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-plate-with-berries-fork_23-2148834004.jpg"},
{
- id: "3",
- name: "Tiramisu",
- price: "Perfect",
- imageSrc: "http://img.b2bpic.net/free-photo/tiramissu-dessert-with-mint_1303-9608.jpg?_wi=1",
- },
+ id: "3", name: "Tiramisu", price: "Perfect", imageSrc: "http://img.b2bpic.net/free-photo/tiramissu-dessert-with-mint_1303-9608.jpg"},
{
- id: "4",
- name: "Phyllo Bites",
- price: "Layers",
- imageSrc: "http://img.b2bpic.net/free-photo/crackers-with-tomato-slices-eggplant-rolls-berries_114579-3194.jpg",
- },
+ id: "4", name: "Phyllo Bites", price: "Layers", imageSrc: "http://img.b2bpic.net/free-photo/crackers-with-tomato-slices-eggplant-rolls-berries_114579-3194.jpg"},
{
- id: "5",
- name: "Mini Tartlets",
- price: "Delicate",
- imageSrc: "http://img.b2bpic.net/free-photo/view-perfectly-organized-bakery-sweets_23-2150168280.jpg",
- },
+ id: "5", name: "Mini Tartlets", price: "Delicate", imageSrc: "http://img.b2bpic.net/free-photo/view-perfectly-organized-bakery-sweets_23-2150168280.jpg"},
{
- id: "6",
- name: "Baked Cookies",
- price: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/foam-texture_1160-793.jpg",
- },
+ id: "6", name: "Baked Cookies", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/foam-texture_1160-793.jpg"},
]}
title="Signature Creations"
description="Handcrafted in small batches, where every bite tells a story of tradition."
@@ -135,33 +98,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Handcrafted",
- description: "Never mass-produced; small batches ensure true quality.",
- buttonIcon: "CheckCircle",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-pink-cream-chocolates-light-cake-sweet-cream-tea-bake_140725-34116.jpg",
- imageAlt: "elegant bakery gift box",
- },
+ title: "Handcrafted", description: "Never mass-produced; small batches ensure true quality.", buttonIcon: CheckCircle,
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-little-cake-with-pink-cream-chocolates-light-cake-sweet-cream-tea-bake_140725-34116.jpg", imageAlt: "elegant bakery gift box"},
{
- title: "Family Legacy",
- description: "Authentic recipes from grandmother Zarina Hamid Sayani.",
- buttonIcon: "Heart",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132620.jpg?_wi=2",
- imageAlt: "elegant bakery gift box",
- },
+ title: "Family Legacy", description: "Authentic recipes from grandmother Zarina Hamid Sayani.", buttonIcon: Heart,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132620.jpg", imageAlt: "elegant bakery gift box"},
{
- title: "Beautiful Gifting",
- description: "Packaging worth keeping, signed with the ZHS monogram.",
- buttonIcon: "Gift",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335550.jpg?_wi=2",
- imageAlt: "elegant bakery gift box",
- },
+ title: "Beautiful Gifting", description: "Packaging worth keeping, signed with the ZHS monogram.", buttonIcon: Gift,
+ imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335550.jpg", imageAlt: "elegant bakery gift box"},
{
- title: "Freshness Guaranteed",
- description: "Delivery across Mumbai, crafted fresh for your occasion.",
- buttonIcon: "Truck",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-plate-with-berries-fork_23-2148834004.jpg?_wi=2",
- imageAlt: "elegant bakery gift box",
- },
+ title: "Freshness Guaranteed", description: "Delivery across Mumbai, crafted fresh for your occasion.", buttonIcon: Truck,
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-plate-with-berries-fork_23-2148834004.jpg", imageAlt: "elegant bakery gift box"},
]}
title="Why Sleight of Hand?"
description="Artistry, legacy, and freshness in every single order."
@@ -175,45 +122,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Rahul Dewan",
- handle: "@rahul",
- testimonial: "Heaven just arrived on Earth.",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-berries-sauce-ceramic-white-plate_23-2148161582.jpg",
- imageAlt: "Delicious cake on berries sauce over the ceramic white plate",
- },
+ id: "1", name: "Rahul Dewan", handle: "@rahul", testimonial: "Heaven just arrived on Earth.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-berries-sauce-ceramic-white-plate_23-2148161582.jpg", imageAlt: "Delicious cake on berries sauce over the ceramic white plate"},
{
- id: "2",
- name: "Ajay Nayar",
- handle: "@ajay",
- testimonial: "Rivaling the finest afternoon tea experiences.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132620.jpg?_wi=3",
- imageAlt: "Delicious cake on berries sauce over the ceramic white plate",
- },
+ id: "2", name: "Ajay Nayar", handle: "@ajay", testimonial: "Rivaling the finest afternoon tea experiences.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132620.jpg", imageAlt: "Delicious cake on berries sauce over the ceramic white plate"},
{
- id: "3",
- name: "Sameer K",
- handle: "@sameer",
- testimonial: "Tres leches meeting reality beautifully.",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335550.jpg?_wi=3",
- imageAlt: "Delicious cake on berries sauce over the ceramic white plate",
- },
+ id: "3", name: "Sameer K", handle: "@sameer", testimonial: "Tres leches meeting reality beautifully.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335550.jpg", imageAlt: "Delicious cake on berries sauce over the ceramic white plate"},
{
- id: "4",
- name: "Siddhesh Karnik",
- handle: "@siddhesh",
- testimonial: "I keep ordering again and again.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-plate-with-berries-fork_23-2148834004.jpg?_wi=3",
- imageAlt: "Delicious cake on berries sauce over the ceramic white plate",
- },
+ id: "4", name: "Siddhesh Karnik", handle: "@siddhesh", testimonial: "I keep ordering again and again.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-plate-with-berries-fork_23-2148834004.jpg", imageAlt: "Delicious cake on berries sauce over the ceramic white plate"},
{
- id: "5",
- name: "Neha P",
- handle: "@neha",
- testimonial: "An absolute gem in the city.",
- imageSrc: "http://img.b2bpic.net/free-photo/tiramissu-dessert-with-mint_1303-9608.jpg?_wi=2",
- imageAlt: "Delicious cake on berries sauce over the ceramic white plate",
- },
+ id: "5", name: "Neha P", handle: "@neha", testimonial: "An absolute gem in the city.", imageSrc: "http://img.b2bpic.net/free-photo/tiramissu-dessert-with-mint_1303-9608.jpg", imageAlt: "Delicious cake on berries sauce over the ceramic white plate"},
]}
title="25 reviews. Zero disappointments."
description="Hear what our dessert connoisseurs have to say."
@@ -238,8 +155,7 @@ export default function LandingPage() {