Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-02-25 23:44:04 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroCentered from '@/components/sections/hero/HeroCentered';

View File

@@ -290,8 +290,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{ label: "Location", href: "#" },
{ label: "Phone", href: "tel:+1234567890" }
]
]
}]},
}
]}
copyrightText="© 2025 Barista Coffee. Crafted with passion."
/>
</div>