Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-14 04:11:52 +00:00
4 changed files with 62 additions and 23 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: "A1 Fruit & Juice Shop - Fresh Juice in Hyderabad",
description: "Order fresh, healthy juices in Hyderabad. Quality fruits, fast service, 4.7★ rated. Call now or order online.",
keywords: "juice shop near me, fresh juice Hyderabad, fruit juice shop, healthy juice bar",
metadataBase: new URL("https://a1juiceshop.com"),
alternates: {
canonical: "https://a1juiceshop.com",
},
openGraph: {
title: "A1 Fruit & Juice Shop - Fresh Healthy Juices",
description: "Fresh fruit juices made daily in Hyderabad. Quality ingredients, affordable prices, fast service.",
url: "https://a1juiceshop.com",
siteName: "A1 Fruit & Juice Shop",
type: "website",
images: [
{
url: "https://a1juiceshop.com/og-image.jpg",
alt: "A1 Fruit & Juice Shop - Fresh Juices",
},
],
},
twitter: {
card: "summary_large_image",
title: "A1 Fruit & Juice Shop - Fresh Juices in Hyderabad",
description: "Healthy fresh juices, fast service, open daily. Order now!",
images: ["https://a1juiceshop.com/twitter-image.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

@@ -101,7 +101,7 @@ export default function MenuPage() {
price: "₹60",
rating: 4.8,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-laughing-kitchen-wearing-bathrobe-drinking-orange-juice_1258-198438.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-laughing-kitchen-wearing-bathrobe-drinking-orange-juice_1258-198438.jpg?_wi=2",
imageAlt: "Fresh orange juice in glass",
},
{
@@ -111,7 +111,7 @@ export default function MenuPage() {
price: "₹80",
rating: 4.9,
reviewCount: "189",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-watermelon-juice-glass_23-2148293852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-watermelon-juice-glass_23-2148293852.jpg?_wi=2",
imageAlt: "Refreshing watermelon juice",
},
{
@@ -121,7 +121,7 @@ export default function MenuPage() {
price: "₹100",
rating: 4.7,
reviewCount: "142",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-brazilian-dessert-with-kiwi_23-2149871605.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-brazilian-dessert-with-kiwi_23-2149871605.jpg?_wi=2",
imageAlt: "Colorful mixed fruit juice blend",
},
{
@@ -131,7 +131,7 @@ export default function MenuPage() {
price: "₹75",
rating: 4.8,
reviewCount: "167",
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171699.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171699.jpg?_wi=2",
imageAlt: "Tropical mango juice",
},
{
@@ -141,7 +141,7 @@ export default function MenuPage() {
price: "₹90",
rating: 4.9,
reviewCount: "173",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-muesli-with-fresh-sliced-fruits_140725-84765.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-muesli-with-fresh-sliced-fruits_140725-84765.jpg?_wi=2",
imageAlt: "Fresh strawberry juice",
},
]}

View File

@@ -102,7 +102,7 @@ export default function OrderPage() {
price: "₹60",
rating: 4.8,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-laughing-kitchen-wearing-bathrobe-drinking-orange-juice_1258-198438.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-laughing-kitchen-wearing-bathrobe-drinking-orange-juice_1258-198438.jpg?_wi=3",
imageAlt: "Fresh orange juice in glass",
},
{
@@ -112,7 +112,7 @@ export default function OrderPage() {
price: "₹80",
rating: 4.9,
reviewCount: "189",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-watermelon-juice-glass_23-2148293852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-watermelon-juice-glass_23-2148293852.jpg?_wi=3",
imageAlt: "Refreshing watermelon juice",
},
{
@@ -122,7 +122,7 @@ export default function OrderPage() {
price: "₹100",
rating: 4.7,
reviewCount: "142",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-brazilian-dessert-with-kiwi_23-2149871605.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-brazilian-dessert-with-kiwi_23-2149871605.jpg?_wi=3",
imageAlt: "Colorful mixed fruit juice blend",
},
{
@@ -132,7 +132,7 @@ export default function OrderPage() {
price: "₹75",
rating: 4.8,
reviewCount: "167",
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171699.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171699.jpg?_wi=3",
imageAlt: "Tropical mango juice",
},
{
@@ -142,7 +142,7 @@ export default function OrderPage() {
price: "₹90",
rating: 4.9,
reviewCount: "173",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-muesli-with-fresh-sliced-fruits_140725-84765.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-muesli-with-fresh-sliced-fruits_140725-84765.jpg?_wi=3",
imageAlt: "Fresh strawberry juice",
},
]}

View File

@@ -134,7 +134,7 @@ export default function HomePage() {
price: "₹60",
rating: 4.8,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-laughing-kitchen-wearing-bathrobe-drinking-orange-juice_1258-198438.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-laughing-kitchen-wearing-bathrobe-drinking-orange-juice_1258-198438.jpg?_wi=1",
imageAlt: "Fresh orange juice in glass",
},
{
@@ -144,7 +144,7 @@ export default function HomePage() {
price: "₹80",
rating: 4.9,
reviewCount: "189",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-watermelon-juice-glass_23-2148293852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-watermelon-juice-glass_23-2148293852.jpg?_wi=1",
imageAlt: "Refreshing watermelon juice",
},
{
@@ -154,7 +154,7 @@ export default function HomePage() {
price: "₹100",
rating: 4.7,
reviewCount: "142",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-brazilian-dessert-with-kiwi_23-2149871605.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cup-brazilian-dessert-with-kiwi_23-2149871605.jpg?_wi=1",
imageAlt: "Colorful mixed fruit juice blend",
},
{
@@ -164,7 +164,7 @@ export default function HomePage() {
price: "₹75",
rating: 4.8,
reviewCount: "167",
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171699.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171699.jpg?_wi=1",
imageAlt: "Tropical mango juice",
},
{
@@ -174,7 +174,7 @@ export default function HomePage() {
price: "₹90",
rating: 4.9,
reviewCount: "173",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-muesli-with-fresh-sliced-fruits_140725-84765.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fruity-muesli-with-fresh-sliced-fruits_140725-84765.jpg?_wi=1",
imageAlt: "Fresh strawberry juice",
},
]}