Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-18 06:56:50 +00:00
3 changed files with 57 additions and 18 deletions

View File

@@ -1,18 +1,22 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Poppins } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Poppins } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const poppins = Poppins({
variable: "--font-poppins",
@@ -20,6 +24,39 @@ const poppins = Poppins({
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export const metadata: Metadata = {
title: "Delicieux Patisserie - Premium Artisan Cakes & Desserts",
description: "Discover exquisite handcrafted cakes, cupcakes, and custom desserts. Perfect for weddings, birthdays, and celebrations. Premium ingredients, elegant designs.",
keywords: "cake shop, custom cakes, wedding cakes, cupcakes, desserts, patisserie, artisan bakery",
metadataBase: new URL("https://www.delicieux-patisserie.com"),
alternates: {
canonical: "https://www.delicieux-patisserie.com",
},
openGraph: {
title: "Delicieux Patisserie - Premium Artisan Cakes",
description: "Discover exquisite handcrafted cakes perfect for your celebrations.",
url: "https://www.delicieux-patisserie.com",
siteName: "Delicieux Patisserie",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/view-beautifully-ornate-weeding-cake_23-2151379525.jpg",
alt: "Premium tiered cake showcase",
},
],
},
twitter: {
card: "summary_large_image",
title: "Delicieux Patisserie - Premium Artisan Cakes",
description: "Handcrafted cakes for every celebration",
images: ["http://img.b2bpic.net/free-photo/view-beautifully-ornate-weeding-cake_23-2151379525.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -28,7 +65,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${poppins.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -123,28 +123,28 @@ export default function HomePage() {
id: "chocolate-dream",
name: "Chocolate Dream",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-concept_23-2148801173.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-concept_23-2148801173.jpg?_wi=1",
imageAlt: "Rich chocolate layer cake dark ganache",
},
{
id: "vanilla-elegance",
name: "Vanilla Elegance",
price: "$42",
imageSrc: "http://img.b2bpic.net/free-photo/cake-pomegranate-pieces-flat-lay_23-2148395224.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cake-pomegranate-pieces-flat-lay_23-2148395224.jpg?_wi=1",
imageAlt: "classic vanilla layer cake buttercream",
},
{
id: "strawberry-bliss",
name: "Strawberry Bliss",
price: "$48",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-forest-fruits-composition_23-2149095723.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-forest-fruits-composition_23-2149095723.jpg?_wi=1",
imageAlt: "fresh strawberry layer cake berries",
},
{
id: "matcha-serenity",
name: "Matcha Serenity",
price: "$50",
imageSrc: "http://img.b2bpic.net/free-photo/spoon-with-green-sauce-bowl-table_23-2148088497.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spoon-with-green-sauce-bowl-table_23-2148088497.jpg?_wi=1",
imageAlt: "green matcha tea cake premium matcha",
},
]}

View File

@@ -95,42 +95,42 @@ export default function ProductsPage() {
id: "chocolate-dream",
name: "Chocolate Dream",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-concept_23-2148801173.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-concept_23-2148801173.jpg?_wi=2",
imageAlt: "Rich chocolate layer cake dark ganache",
},
{
id: "vanilla-elegance",
name: "Vanilla Elegance",
price: "$42",
imageSrc: "http://img.b2bpic.net/free-photo/cake-pomegranate-pieces-flat-lay_23-2148395224.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cake-pomegranate-pieces-flat-lay_23-2148395224.jpg?_wi=2",
imageAlt: "classic vanilla layer cake buttercream",
},
{
id: "strawberry-bliss",
name: "Strawberry Bliss",
price: "$48",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-forest-fruits-composition_23-2149095723.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-forest-fruits-composition_23-2149095723.jpg?_wi=2",
imageAlt: "fresh strawberry layer cake berries",
},
{
id: "matcha-serenity",
name: "Matcha Serenity",
price: "$50",
imageSrc: "http://img.b2bpic.net/free-photo/spoon-with-green-sauce-bowl-table_23-2148088497.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spoon-with-green-sauce-bowl-table_23-2148088497.jpg?_wi=2",
imageAlt: "green matcha tea cake premium matcha",
},
{
id: "caramel-classic",
name: "Caramel Classic",
price: "$46",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-forest-fruits-composition_23-2149095723.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-with-forest-fruits-composition_23-2149095723.jpg?_wi=3",
imageAlt: "luxurious caramel layer cake",
},
{
id: "lemon-sunshine",
name: "Lemon Sunshine",
price: "$44",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-concept_23-2148801173.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-concept_23-2148801173.jpg?_wi=3",
imageAlt: "bright lemon citrus cake fresh",
},
]}