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