diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8c71f49..459ffad 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Award, Smile, Star, ShoppingBag } from "lucide-react";
+import { Award, Smile, Star, ShoppingBag, Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -49,24 +45,16 @@ export default function LandingPage() {
logoText="Lovely Sweet Shop"
description="Authentic Indian sweets crafted with tradition and passion. Discover our signature recipes that have defined celebrations for generations."
buttons={[
- {
- text: "Shop Now", href: "#products"},
- {
- text: "Our Story", href: "#about"},
+ { text: "Shop Now", href: "#products"},
+ { text: "Our Story", href: "#about"},
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-coconut-candies-with-red-icings-black_140725-104628.jpg", imageAlt: "Traditional sweets assortment"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/turkish-dessert-kadaif-rolls-with-pistachio_140725-6863.jpg", imageAlt: "Festive sweet display"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/eastern-sweets-turkish-delight-lokum-with-nuts_114579-9235.jpg", imageAlt: "Wedding sweets collection"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-round-sugar-cookies-inside-plate-white-surface-cookies-biscuit-sugar-sweet-cake_140725-74326.jpg", imageAlt: "Handmade ladoos"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cakes-with-candies-flowers-black_140725-104223.jpg", imageAlt: "Authentic barfi selection"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-little-cakes-with-dried-pineapple-rings-light-white-surface_140725-61849.jpg", imageAlt: "Premium mithai shop"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-coconut-candies-with-red-icings-black_140725-104628.jpg", imageAlt: "Traditional sweets assortment"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/turkish-dessert-kadaif-rolls-with-pistachio_140725-6863.jpg", imageAlt: "Festive sweet display"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/eastern-sweets-turkish-delight-lokum-with-nuts_114579-9235.jpg", imageAlt: "Wedding sweets collection"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-round-sugar-cookies-inside-plate-white-surface-cookies-biscuit-sugar-sweet-cake_140725-74326.jpg", imageAlt: "Handmade ladoos"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cakes-with-candies-flowers-black_140725-104223.jpg", imageAlt: "Authentic barfi selection"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-little-cakes-with-dried-pineapple-rings-light-white-surface_140725-61849.jpg", imageAlt: "Premium mithai shop"},
]}
/>
@@ -75,12 +63,9 @@ export default function LandingPage() {
@@ -91,23 +76,17 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
- tag="Freshly Made"
- tagIcon={ShoppingBag}
+ tag="Best Seller"
+ tagIcon={Sparkles}
products={[
- {
- id: "p1", name: "Gulab Jamun", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/pickled-cornel-cherries-green-bowl_114579-57635.jpg"},
- {
- id: "p2", name: "Kaju Katli", price: "$25.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-plate_23-2148734688.jpg"},
- {
- id: "p3", name: "Rasgulla", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-chees-slices-conifer-cones-towel-black-background_140725-94597.jpg"},
- {
- id: "p4", name: "Besan Ladoo", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/bowls-colorful-candies-marble-surface_114579-43576.jpg"},
- {
- id: "p5", name: "Hot Jalebi", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-persimmon-pancake-light-surface_140725-75542.jpg"},
- {
- id: "p6", name: "Milk Cake", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-sweets-lemon-sunflower-seed-halva-plate-cinnamon-cup-tea_140725-78743.jpg"},
+ { id: "p1", name: "Gulab Jamun", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/pickled-cornel-cherries-green-bowl_114579-57635.jpg"},
+ { id: "p2", name: "Kaju Katli", price: "₹899", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-plate_23-2148734688.jpg"},
+ { id: "p3", name: "Rasgulla", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-delicious-chees-slices-conifer-cones-towel-black-background_140725-94597.jpg"},
+ { id: "p4", name: "Besan Ladoo", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/bowls-colorful-candies-marble-surface_114579-43576.jpg"},
+ { id: "p5", name: "Hot Jalebi", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-persimmon-pancake-light-surface_140725-75542.jpg"},
+ { id: "p6", name: "Milk Cake", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-sweets-lemon-sunflower-seed-halva-plate-cinnamon-cup-tea_140725-78743.jpg"},
]}
- title="Our Best-Selling Mithai"
+ title="Our Freshly Made Mithai"
description="From slow-cooked Gulab Jamuns to delicate Kaju Katli, explore our curated selection of Indian favorites."
/>
@@ -116,16 +95,11 @@ export default function LandingPage() {
@@ -198,26 +156,16 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516953.jpg?_wi=2"
logoText="Lovely Sweet Shop"
columns={[
- {
- title: "Quick Links", items: [
- {
- label: "Shop", href: "#products"},
- {
- label: "About Us", href: "#about"},
- {
- label: "Contact", href: "#contact"},
- ],
- },
- {
- title: "Support", items: [
- {
- label: "FAQs", href: "#faq"},
- {
- label: "Order Tracking", href: "#"},
- {
- label: "Returns", href: "#"},
- ],
- },
+ { title: "Quick Links", items: [
+ { label: "Shop", href: "#products"},
+ { label: "About Us", href: "#about"},
+ { label: "Contact", href: "#contact"},
+ ]},
+ { title: "Support", items: [
+ { label: "FAQs", href: "#faq"},
+ { label: "Order Tracking", href: "#"},
+ { label: "Returns", href: "#"},
+ ]},
]}
/>