Update src/app/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ import {
|
|||||||
Leaf,
|
Leaf,
|
||||||
Mail,
|
Mail,
|
||||||
PartyPopper,
|
PartyPopper,
|
||||||
Pinterest,
|
Pin,
|
||||||
Settings,
|
Settings,
|
||||||
Sparkles
|
Sparkles
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
@@ -47,11 +47,11 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Angelina"
|
brandName="Angelina"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "#about" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "#services" },
|
||||||
{ name: "Shop", id: "shop" },
|
{ name: "Shop", id: "#shop" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "#testimonials" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ name: "FAQ", id: "#faq" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Contact Us", href: "#contact" }}
|
button={{ text: "Contact Us", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
@@ -80,9 +80,9 @@ export default function LandingPage() {
|
|||||||
{ icon: Settings, active: false },
|
{ icon: Settings, active: false },
|
||||||
],
|
],
|
||||||
stats: [
|
stats: [
|
||||||
{ title: "Bouquets Designed", values: ["2500+", "3000+", "3500+"], description: "Unique creations." },
|
{ title: "Bouquets Designed", values: [2500, 3000, 3500], description: "Unique creations." },
|
||||||
{ title: "Happy Clients", values: ["98%", "99%", "100%"], valueSuffix: "", description: "Satisfaction rate." },
|
{ title: "Happy Clients", values: [98, 99, 100], valueSuffix: "%", description: "Satisfaction rate." },
|
||||||
{ title: "Events Beautified", values: ["150+", "200+", "250+"], description: "Weddings & more." },
|
{ title: "Events Beautified", values: [150, 200, 250], description: "Weddings & more." },
|
||||||
],
|
],
|
||||||
chartTitle: "Seasonal Popularity", chartData: [{ value: 50 }, { value: 70 }, { value: 60 }, { value: 80 }, { value: 90 }],
|
chartTitle: "Seasonal Popularity", chartData: [{ value: 50 }, { value: 70 }, { value: 60 }, { value: 80 }, { value: 90 }],
|
||||||
listTitle: "Recent Highlights", listItems: [
|
listTitle: "Recent Highlights", listItems: [
|
||||||
@@ -229,7 +229,7 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Instagram, href: "https://instagram.com/angelinaflowers", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "https://instagram.com/angelinaflowers", ariaLabel: "Instagram" },
|
||||||
{ icon: Facebook, href: "https://facebook.com/angelinaflowers", ariaLabel: "Facebook" },
|
{ icon: Facebook, href: "https://facebook.com/angelinaflowers", ariaLabel: "Facebook" },
|
||||||
{ icon: Pinterest, href: "https://pinterest.com/angelinaflowers", ariaLabel: "Pinterest" },
|
{ icon: Pin, href: "https://pinterest.com/angelinaflowers", ariaLabel: "Pinterest" },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user