Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-11 18:09:05 +00:00
4 changed files with 60 additions and 26 deletions

View File

@@ -1,24 +1,56 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Archivo } 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 { Archivo } 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 archivo = Archivo({
variable: "--font-archivo",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Loafology Bakery & Cafe - Handcrafted Artisanal Breads & Pastries",
description: "Loafology offers handcrafted sourdough breads, pastries, and cafe favorites made fresh daily with premium organic ingredients. Order online for delivery in Islamabad and Lahore.",
keywords: "bakery, cafe, sourdough bread, artisanal pastries, handmade breads, organic ingredients, Islamabad, Lahore, delivery, fresh baked",
openGraph: {
title: "Loafology - Premium Artisanal Bakery & Cafe",
description: "Fresh handcrafted breads and pastries made daily with no artificial additives.",
siteName: "Loafology Bakery & Cafe",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-6794.jpg",
alt: "Loafology artisanal breads",
},
],
},
twitter: {
card: "summary_large_image",
title: "Loafology - Handcrafted Breads & Pastries",
description: "Premium artisanal baking, fresh daily. Order online for delivery.",
images: ["http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-6794.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +59,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${archivo.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +73,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -54,7 +54,7 @@ export default function MenuPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-6794.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-6794.jpg?_wi=2"
imageAlt="Complete bakery menu selection"
mediaAnimation="slide-up"
/>
@@ -72,42 +72,42 @@ export default function MenuPage() {
id: "1",
name: "Sourdough Loaf",
price: "Rs 350",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=2",
imageAlt: "Fresh sourdough loaf",
},
{
id: "2",
name: "Butter Croissant",
price: "Rs 200",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=2",
imageAlt: "Buttery croissant",
},
{
id: "3",
name: "NY Cheesecake",
price: "Rs 450",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=2",
imageAlt: "Fresh cheesecake slice",
},
{
id: "4",
name: "Almond Baguette",
price: "Rs 280",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=3",
imageAlt: "Crispy almond baguette",
},
{
id: "5",
name: "Chocolate Eclair",
price: "Rs 180",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=3",
imageAlt: "Chocolate eclair",
},
{
id: "6",
name: "Whole Wheat Roll",
price: "Rs 120",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=3",
imageAlt: "Whole wheat roll",
},
]}

View File

@@ -63,7 +63,7 @@ export default function HomePage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-6794.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-6794.jpg?_wi=1"
imageAlt="Fresh artisanal breads and pastries"
mediaAnimation="slide-up"
/>
@@ -96,21 +96,21 @@ export default function HomePage() {
id: "1",
name: "Sourdough Loaf",
price: "Rs 350",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=1",
imageAlt: "Fresh sourdough loaf",
},
{
id: "2",
name: "Butter Croissant",
price: "Rs 200",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=1",
imageAlt: "Buttery croissant",
},
{
id: "3",
name: "NY Cheesecake",
price: "Rs 450",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=1",
imageAlt: "Fresh cheesecake slice",
},
]}

View File

@@ -22,42 +22,42 @@ export default function StorePage() {
id: "1",
name: "Sourdough Loaf",
price: "Rs 350",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=4",
imageAlt: "Fresh sourdough loaf",
},
{
id: "2",
name: "Butter Croissant",
price: "Rs 200",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=4",
imageAlt: "Buttery croissant",
},
{
id: "3",
name: "NY Cheesecake",
price: "Rs 450",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=4",
imageAlt: "Fresh cheesecake slice",
},
{
id: "4",
name: "Whole Wheat Bread",
price: "Rs 300",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/oatmeal-cookies-with-black-cumin-with-glass-coffee_114579-16082.jpg?_wi=5",
imageAlt: "Whole wheat bread loaf",
},
{
id: "5",
name: "Almond Croissant",
price: "Rs 250",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-roissants-near-drink-book_23-2147886002.jpg?_wi=5",
imageAlt: "Almond-filled croissant",
},
{
id: "6",
name: "Chocolate Cake",
price: "Rs 500",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/variety-pastries-buns-wooden-board_114579-12903.jpg?_wi=5",
imageAlt: "Chocolate cake slice",
},
];
@@ -97,7 +97,7 @@ export default function StorePage() {
{ text: "View Locations", href: "/locations" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-6794.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hot-freshly-buns-heart-shaped-basket-close-up-photo-freshly-baked-bread-products_613910-6794.jpg?_wi=3"
imageAlt="Fresh artisanal breads ready for delivery"
mediaAnimation="slide-up"
/>