Merge version_2 into main #10
@@ -12,8 +12,8 @@ import { DM_Sans } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Way Bakery | Artisan Bakery in Kallio, Helsinki',
|
||||
description: 'Small-batch artisan bakery in Kallio, Helsinki. Made with flour, time, and intention.',
|
||||
title: 'Prime Parturi | Barber Services in Tampere',
|
||||
description: 'Premium barber services in the heart of Tampere. Professional craft, relaxed atmosphere.',
|
||||
openGraph: {
|
||||
"title": "Way Bakery",
|
||||
"description": "Small-batch artisan bakery in Kallio, Helsinki.",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { MapPin } from "lucide-react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
@@ -24,7 +23,7 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
@@ -36,7 +35,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" style={{ backgroundColor: "#001a0a" }}>
|
||||
<div id="hero" data-section="hero" style={{ backgroundColor: "#001a0a" }}>
|
||||
<HeroSplitDualMedia
|
||||
title="Fresh cut, good vibes"
|
||||
description="Premium barber services in the heart of Tampere. Professional craft, relaxed atmosphere."
|
||||
@@ -52,7 +51,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-prime" style={{ backgroundColor: "#f9f9f9" }}>
|
||||
<div id="why-prime" data-section="why-prime" style={{ backgroundColor: "#f9f9f9" }}>
|
||||
<FeatureCardTwelve
|
||||
title="Why Prime"
|
||||
description="We combine traditional techniques with a modern approach to grooming."
|
||||
@@ -68,7 +67,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" style={{ backgroundColor: "#f9f9f9" }}>
|
||||
<div id="services" data-section="services" style={{ backgroundColor: "#f9f9f9" }}>
|
||||
<ProductCardOne
|
||||
title="Minimal Services"
|
||||
description="Clear pricing for high-quality cuts."
|
||||
@@ -85,7 +84,7 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="find-us" style={{ backgroundColor: "#001a0a" }}>
|
||||
<div id="find-us" data-section="find-us" style={{ backgroundColor: "#001a0a" }}>
|
||||
<ContactSplitForm
|
||||
title="Find Us"
|
||||
description="Visit us in Tampere. Open daily by appointment."
|
||||
|
||||
Reference in New Issue
Block a user