Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-11 20:08:14 +00:00
3 changed files with 61 additions and 23 deletions

View File

@@ -1,24 +1,60 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Figtree } 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 { Figtree } 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 figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Guatelinda Bakery | Fresh Bread & Pastries in Sioux Falls",
description: "Award-winning family-owned bakery in Sioux Falls. Fresh artisan bread, pastries, and grilled sandwiches made daily with authentic recipes and quality ingredients.",
keywords: "bakery Sioux Falls, fresh bread, pastries, grilled sandwiches, family-owned bakery, local bakery",
metadataBase: new URL("https://guatelindabakery.com"),
alternates: {
canonical: "https://guatelindabakery.com",
},
openGraph: {
title: "Guatelinda Bakery | Fresh Bread & Pastries",
description: "Discover authentic fresh-baked bread, pastries, and grilled sandwiches from our family-owned bakery in Sioux Falls.",
siteName: "Guatelinda Bakery",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg",
alt: "Fresh artisan bread from Guatelinda Bakery",
},
],
},
twitter: {
card: "summary_large_image",
title: "Guatelinda Bakery | Fresh Bread & Pastries",
description: "Authentic family-owned bakery in Sioux Falls with fresh-baked bread, pastries, and sandwiches.",
images: ["http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +63,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${figtree.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${figtree.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +77,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -48,42 +48,42 @@ export default function MenuPage() {
id: "1",
name: "Artisan Sourdough Bread",
price: "$5.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=4",
imageAlt: "Fresh artisan sourdough bread loaf",
},
{
id: "2",
name: "Golden Croissant",
price: "$4.49",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=3",
imageAlt: "Butter croissant with coffee",
},
{
id: "3",
name: "Grilled Sandwich",
price: "$9.99",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg?_wi=3",
imageAlt: "Toasted grilled sandwich with fresh ingredients",
},
{
id: "4",
name: "Assorted Pastries",
price: "$3.99",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg?_wi=2",
imageAlt: "Fresh assorted pastries display",
},
{
id: "5",
name: "Homemade Cookies",
price: "$2.99",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-plate-cookies-marble-background-high-quality-photo_114579-53236.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-plate-cookies-marble-background-high-quality-photo_114579-53236.jpg?_wi=2",
imageAlt: "Fresh baked homemade cookies",
},
{
id: "6",
name: "Whole Grain Bread",
price: "$6.49",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=5",
imageAlt: "Sliced whole grain bread",
},
]}

View File

@@ -62,32 +62,32 @@ export default function HomePage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=1",
imageAlt: "Fresh artisan bread",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-bakery_23-2150273161.jpg?_wi=1",
imageAlt: "Fresh pastries",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg?_wi=1",
imageAlt: "Grilled sandwich",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=1",
imageAlt: "Golden croissant",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-plate-cookies-marble-background-high-quality-photo_114579-53236.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-plate-cookies-marble-background-high-quality-photo_114579-53236.jpg?_wi=1",
imageAlt: "Fresh baked cookies",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=2",
imageAlt: "Fresh bread loaves",
},
]}
@@ -135,21 +135,21 @@ export default function HomePage() {
id: "1",
name: "Artisan Sourdough Bread",
price: "$5.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-sliced-sandwich-bread-bread-slice-with-butter-it-knife-cutting-board-wooden-background_141793-5910.jpg?_wi=3",
imageAlt: "Fresh artisan sourdough bread",
},
{
id: "2",
name: "Golden Croissant",
price: "$4.49",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-breakfast-valentine-s-day_23-2148378477.jpg?_wi=2",
imageAlt: "Butter croissant",
},
{
id: "3",
name: "Grilled Sandwich",
price: "$9.99",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-delicious-sandwiches-white-plate-marble-table_181624-32275.jpg?_wi=2",
imageAlt: "Fresh grilled sandwich",
},
]}