Merge version_1 into main #1
@@ -9,11 +9,7 @@ const mulish = Mulish({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Brocoli Flowers Studio - Premium Floral Arrangements", description: "Discover stunning floral arrangements from Brocoli Studio. Fresh flowers, artisan craftsmanship, same-day delivery. Perfect for weddings, events, and celebrations.", keywords: "flowers, floral arrangements, bouquets, wedding flowers, event flowers, fresh flowers, florist", metadataBase: undefined,
|
||||
alternates: {
|
||||
canonical: undefined
|
||||
},
|
||||
openGraph: {
|
||||
title: "Brocoli Flowers Studio - Premium Floral Arrangements", description: "Discover stunning floral arrangements from Brocoli Studio. Fresh flowers, artisan craftsmanship, same-day delivery. Perfect for weddings, events, and celebrations.", keywords: "flowers, floral arrangements, bouquets, wedding flowers, event flowers, fresh flowers, florist", openGraph: {
|
||||
title: "Brocoli Flowers Studio - Premium Floral Arrangements", description: "Stunning handcrafted floral arrangements for every occasion.", siteName: "Brocoli Flowers", type: "website", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/assorted-flower-arrangement-vase_209848-94.jpg", alt: "Brocoli premium floral arrangement"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Brocoli"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Arrangements", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Explore", items: [
|
||||
{ label: "Home", href: "#home" },
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Arrangements", href: "#products" },
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
|
||||
Reference in New Issue
Block a user