Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 269704cedb |
@@ -9,7 +9,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
|
|||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||||
import { Award, Cake, Heart, Leaf, Palette, Phone, Sparkles, Star, Zap } from 'lucide-react';
|
import { Award, Cake, Heart, Leaf, Palette, Phone, Sparkles, Star, Zap, Flame, Clock } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -76,9 +76,30 @@ export default function LandingPage() {
|
|||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Chocolate Cake", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-caramel-cake-slices-white-plate_114579-17112.jpg?_wi=3", imageAlt: "Rich chocolate cake", initialQuantity: 1 },
|
{
|
||||||
{ id: "2", name: "Strawberry Pastry", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pie-with-strawberry-anise-piece-burlap_114579-34501.jpg?_wi=2", imageAlt: "Fresh strawberry pastry", initialQuantity: 1 },
|
id: "1",
|
||||||
{ id: "3", name: "Fresh Donuts", price: "₹80", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-doughnut-wooden-surface_23-2148526357.jpg?_wi=2", imageAlt: "Assorted fresh donuts", initialQuantity: 1 }
|
name: "Chocolate Cake",
|
||||||
|
price: "₹499",
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-caramel-cake-slices-white-plate_114579-17112.jpg?_wi=3",
|
||||||
|
imageAlt: "Rich chocolate cake",
|
||||||
|
initialQuantity: 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
name: "Strawberry Pastry",
|
||||||
|
price: "₹120",
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/sweet-pie-with-strawberry-anise-piece-burlap_114579-34501.jpg?_wi=2",
|
||||||
|
imageAlt: "Fresh strawberry pastry",
|
||||||
|
initialQuantity: 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3",
|
||||||
|
name: "Fresh Donuts",
|
||||||
|
price: "₹80",
|
||||||
|
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-doughnut-wooden-surface_23-2148526357.jpg?_wi=2",
|
||||||
|
imageAlt: "Assorted fresh donuts",
|
||||||
|
initialQuantity: 1
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -172,4 +193,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user