diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7ecbda0..22729a3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,48 +40,17 @@ export default function LandingPage() {
@@ -103,21 +60,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Floral Philosophy"
metrics={[
- {
- icon: Feather,
- label: "Flowers Sourced",
- value: "100+",
- },
- {
- icon: Award,
- label: "Design Awards",
- value: "12",
- },
- {
- icon: Heart,
- label: "Happy Clients",
- value: "2.5k",
- },
+ { icon: Feather, label: "Flowers Sourced", value: "100+" },
+ { icon: Award, label: "Design Awards", value: "12" },
+ { icon: Heart, label: "Happy Clients", value: "2.5k" },
]}
metricsAnimation="slide-up"
/>
@@ -130,24 +75,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Summer Meadow",
- price: "$85",
- imageSrc: "http://img.b2bpic.net/free-vector/colorful-floral-branch-flat-design_52683-22141.jpg",
- },
- {
- id: "p2",
- name: "Evening Elegance",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/tender-pink-roses-put-bouquet_1304-5428.jpg",
- },
- {
- id: "p3",
- name: "Wildflower Charm",
- price: "$65",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910703.jpg",
- },
+ { id: "p1", name: "Summer Meadow", price: "$85", imageSrc: "http://img.b2bpic.net/free-vector/colorful-floral-branch-flat-design_52683-22141.jpg" },
+ { id: "p2", name: "Evening Elegance", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/tender-pink-roses-put-bouquet_1304-5428.jpg" },
+ { id: "p3", name: "Wildflower Charm", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/abstract-floral-design-studio_23-2151910703.jpg" },
]}
title="Seasonal Collections"
description="Browse our curated selection of bespoke arrangements, designed to bring elegance and life into any space."
@@ -156,44 +86,15 @@ export default function LandingPage() {
@@ -221,53 +115,13 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/vase-flower_74190-3470.jpg"
logoText="Bistro"
columns={[
- {
- title: "Navigate",
- items: [
- {
- label: "Shop",
- href: "#products",
- },
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
- },
- {
- title: "Support",
- items: [
- {
- label: "FAQ",
- href: "#",
- },
- {
- label: "Delivery Info",
- href: "#",
- },
- ],
- },
- {
- title: "Social",
- items: [
- {
- label: "Instagram",
- href: "#",
- },
- {
- label: "Pinterest",
- href: "#",
- },
- ],
- },
+ { title: "Navigate", items: [{ label: "Shop", href: "#products" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
+ { title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Delivery Info", href: "#" }] },
+ { title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Pinterest", href: "#" }] },
]}
/>
);
-}
+}
\ No newline at end of file