Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -9,11 +9,7 @@ const mulish = Mulish({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
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,
|
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: {
|
||||||
alternates: {
|
|
||||||
canonical: undefined
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "Brocoli Flowers Studio - Premium Floral Arrangements", description: "Stunning handcrafted floral arrangements for every occasion.", siteName: "Brocoli Flowers", type: "website", images: [
|
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"
|
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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Brocoli"
|
brandName="Brocoli"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "Arrangements", id: "products" },
|
{ name: "Arrangements", id: "products" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
@@ -185,7 +185,7 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore", items: [
|
title: "Explore", items: [
|
||||||
{ label: "Home", href: "#home" },
|
{ label: "Home", href: "#hero" },
|
||||||
{ label: "Arrangements", href: "#products" },
|
{ label: "Arrangements", href: "#products" },
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Contact", href: "#contact" }
|
{ label: "Contact", href: "#contact" }
|
||||||
|
|||||||
Reference in New Issue
Block a user