Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 23:20:58 +00:00
2 changed files with 9 additions and 47 deletions

View File

@@ -1,57 +1,20 @@
import type { Metadata } from "next";
import { Raleway } from "next/font/google";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "@/styles/globals.css";
const raleway = Raleway({
variable: "--font-raleway", subsets: ["latin"],
});
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "A mi manera | Premium Artisan Pastries", description: "Discover exceptional handcrafted pastries made fresh daily with premium local ingredients. Experience authentic artisan baking at A mi manera.", keywords: "pastry shop, artisan bakery, croissants, fresh pastries, Danish pastries, French pastries", metadataBase: new URL("https://amimanerabakery.com"),
alternates: {
canonical: "https://amimanerabakery.com"},
openGraph: {
title: "A mi manera | Premium Artisan Pastries", description: "Exceptional handcrafted pastries made fresh daily with premium ingredients.", url: "https://amimanerabakery.com", siteName: "A mi manera", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg", alt: "A mi manera pastries showcase"},
],
},
twitter: {
card: "summary_large_image", title: "A mi manera | Premium Artisan Pastries", description: "Experience exceptional handcrafted pastries made fresh daily.", images: ["http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "A mi manera | Artisan Pastries & Bakery", description: "Fresh, handcrafted pastries made daily with premium ingredients and passion. Visit A mi manera for authentic French pastries and artisan baked goods."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${raleway.variable} ${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="A mi manera"
description="Experience the finest artisan pastries, handcrafted daily with premium ingredients and passion."
description="Daily Fresh Pastries Made with Passion. Experience the finest artisan pastries, handcrafted with premium ingredients sourced from local suppliers and time-honored techniques."
buttons={[
{ text: "Explore Our Menu", href: "#products" },
{ text: "Order Today", href: "#contact" },
@@ -125,7 +125,7 @@ export default function LandingPage() {
id: "3", title: "Freshness Guaranteed", content: "All our pastries are baked fresh daily in our kitchen. Nothing is frozen or pre-made. You'll taste the difference in every bite of our daily creations."
},
{
id: "4", title: "Customization Available", content: "Special dietary needs? We offer vegan, gluten-free, and sugar-free options. Let us know your preferences, and we'll craft the perfect pastry for you."
id: "4", title: "Customization Available", content: "Special dietary needs? We offer vegan, gluten-free, and sugar-free options. Lead us know your preferences, and we'll craft the perfect pastry for you."
},
]}
imageSrc="http://img.b2bpic.net/free-photo/man-baker-sprinkles-donuts-with-colorful-sweets_1303-32325.jpg?_wi=2"