From 83c6fa60f185456a9d320e8dd0cb1de2a8c3e5bd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:17:14 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3eb72ea..2b3d4df 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -94,7 +94,7 @@ export default function AboutPage() { { text: "Sustainability", href: "/sustainability" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/oktoberfest-celebration-with-beer-still-life_23-2151639936.jpg" + imageSrc="http://img.b2bpic.net/free-photo/oktoberfest-celebration-with-beer-still-life_23-2151639936.jpg?_wi=2" imageAlt="Premium beverage bottle ice condensation close-up" mediaAnimation="blur-reveal" testimonials={[ @@ -103,7 +103,7 @@ export default function AboutPage() { handle: "@refreshmoments", testimonial: "Every sip is a moment of joy shared with friends", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-glass-lemonade-hot-summer-day_169016-23183.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-glass-lemonade-hot-summer-day_169016-23183.jpg?_wi=2", imageAlt: "happy person enjoying cold beverage portrait", }, { @@ -111,7 +111,7 @@ export default function AboutPage() { handle: "@greenplanet", testimonial: "Finally, premium taste with genuine environmental commitment", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-woman-drinks-organic-almond-milk-poses-with-healthy-vegetarian-product-bottle-has-healthy-lifestyle-looks-aside-with-smile-wears-rosy-jumper-isolated-green-wall_273609-38435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-woman-drinks-organic-almond-milk-poses-with-healthy-vegetarian-product-bottle-has-healthy-lifestyle-looks-aside-with-smile-wears-rosy-jumper-isolated-green-wall_273609-38435.jpg?_wi=2", imageAlt: "eco-conscious person recyclable beverage packaging", }, { @@ -119,7 +119,7 @@ export default function AboutPage() { handle: "@retail_pro", testimonial: "Strong brand presence drives consistent sales growth", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-working-beer-factory_23-2150573969.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-working-beer-factory_23-2150573969.jpg?_wi=2", imageAlt: "retail store display beverage products shelves", }, { @@ -127,7 +127,7 @@ export default function AboutPage() { handle: "@investor_voice", testimonial: "Transparent operations and sustainable growth metrics", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/busy-collaboration-progress-documents-successful-charts_1418-457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/busy-collaboration-progress-documents-successful-charts_1418-457.jpg?_wi=2", imageAlt: "investor business person analyzing data charts", }, ]} @@ -183,7 +183,7 @@ export default function AboutPage() { title: "Pioneering Taste", subtitle: "Since 1889", description: "We pioneered the global beverage industry with a secret formula that continues to refresh billions of people worldwide.", - imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-726.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-726.jpg?_wi=2", imageAlt: "Historical beverage factory production vintage", }, { @@ -192,7 +192,7 @@ export default function AboutPage() { title: "Premium Ingredients", subtitle: "Carefully Selected", description: "Every bottle is crafted with the finest natural ingredients sourced from sustainable suppliers committed to excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/tropical-fruits-asia-region-grass_285396-7765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tropical-fruits-asia-region-grass_285396-7765.jpg?_wi=2", imageAlt: "natural ingredients fresh fruits herbs setup", }, { @@ -201,7 +201,7 @@ export default function AboutPage() { title: "Moments Together", subtitle: "Connecting People", description: "REFRESH is more than a beverage—it's the catalyst for shared moments of happiness across generations and cultures.", - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun-food-festival_23-2149490830.jpg?_wi=2", imageAlt: "diverse group friends enjoying beverages together", }, ]} From e6fc202f1a439be8f81fa0d0b7efd1765b9e1a4e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 09:17:14 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1bfe997..39784db 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ 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: "REFRESH - Open Happiness | Premium Global Beverages", + description: "Discover REFRESH premium beverages available in 200+ countries. Enjoy innovative flavors backed by 135 years of expertise and genuine sustainability commitment.", + keywords: "premium beverages, refreshing drinks, sustainable drinks, cola alternative, global drinks", + metadataBase: new URL("https://refresh-beverages.com"), + alternates: { + canonical: "https://refresh-beverages.com", + }, + openGraph: { + title: "REFRESH - Open Happiness | Premium Beverages", + description: "Refreshing moments shared across 200 countries. Discover flavors backed by 135 years of innovation.", + url: "https://refresh-beverages.com", + siteName: "REFRESH", + images: [ + { + url: "http://img.b2bpic.net/free-photo/oktoberfest-celebration-with-beer-still-life_23-2151639936.jpg", + alt: "Premium REFRESH beverage bottle showcase", + }, + ], + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "REFRESH - Open Happiness", + description: "Premium beverages for refreshing moments worldwide", + images: ["http://img.b2bpic.net/free-photo/oktoberfest-celebration-with-beer-still-life_23-2151639936.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}