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-15 09:17:20 +00:00
5 changed files with 96 additions and 57 deletions

View File

@@ -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",
},
]}

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${archivo.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -107,7 +107,7 @@ export default function HomePage() {
},
]}
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=1"
imageAlt="Premium beverage showcase with ice and condensation"
mediaAnimation="blur-reveal"
videoSrc="http://img.b2bpic.net/free-photo/close-up-water-rings-orange-pool-surface_23-2148358182.jpg"
@@ -118,7 +118,7 @@ export default function HomePage() {
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=1",
imageAlt: "Consumer enjoying beverage",
},
{
@@ -126,7 +126,7 @@ export default function HomePage() {
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=1",
imageAlt: "Eco-conscious consumer with recyclable packaging",
},
{
@@ -134,7 +134,7 @@ export default function HomePage() {
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=1",
imageAlt: "Retail partner with product display",
},
{
@@ -142,7 +142,7 @@ export default function HomePage() {
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=1",
imageAlt: "Investor reviewing market data",
},
]}
@@ -167,7 +167,7 @@ export default function HomePage() {
id: "original-blend",
name: "Original Blend",
price: "$2.99",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-drinking-hot-beverage-street_23-2147765345.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-drinking-hot-beverage-street_23-2147765345.jpg?_wi=1",
imageAlt: "Original Blend premium beverage bottle",
isFavorited: false,
initialQuantity: 1,
@@ -176,7 +176,7 @@ export default function HomePage() {
id: "tropical-escape",
name: "Tropical Escape",
price: "$3.49",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-glass-fruit-juice-grass-vertical_176474-6780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-glass-fruit-juice-grass-vertical_176474-6780.jpg?_wi=1",
imageAlt: "Tropical Escape vibrant fruit beverage",
isFavorited: false,
initialQuantity: 1,
@@ -185,7 +185,7 @@ export default function HomePage() {
id: "zero-sugar",
name: "Zero Sugar",
price: "$2.99",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-groceries-wooden-board_23-2149678955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-groceries-wooden-board_23-2149678955.jpg?_wi=1",
imageAlt: "Zero Sugar health-conscious alternative",
isFavorited: false,
initialQuantity: 1,
@@ -194,7 +194,7 @@ export default function HomePage() {
id: "sparkling-citrus",
name: "Sparkling Citrus",
price: "$3.49",
imageSrc: "http://img.b2bpic.net/free-vector/delicious-orange-juice-advertisement-background_52683-4296.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/delicious-orange-juice-advertisement-background_52683-4296.jpg?_wi=1",
imageAlt: "Sparkling Citrus refreshing fizzy drink",
isFavorited: false,
initialQuantity: 1,
@@ -203,7 +203,7 @@ export default function HomePage() {
id: "berry-fusion",
name: "Berry Fusion",
price: "$3.99",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-bottles-peach_23-2149757687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-bottles-peach_23-2149757687.jpg?_wi=1",
imageAlt: "Berry Fusion premium mixed berry blend",
isFavorited: false,
initialQuantity: 1,
@@ -266,7 +266,7 @@ export default function HomePage() {
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=1",
imageAlt: "Historical beverage production facility",
},
{
@@ -275,7 +275,7 @@ export default function HomePage() {
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=1",
imageAlt: "Natural ingredients showcase",
},
{
@@ -284,7 +284,7 @@ export default function HomePage() {
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=1",
imageAlt: "People enjoying beverages together",
},
]}
@@ -376,7 +376,7 @@ export default function HomePage() {
name: "Sarah Johnson",
handle: "@sarahjoy",
testimonial: "REFRESH is my daily moment of happiness. The taste is unmatched, and I love their commitment to sustainability.",
imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624059.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624059.jpg?_wi=1",
imageAlt: "Sarah enjoying REFRESH beverage",
},
{
@@ -384,7 +384,7 @@ export default function HomePage() {
name: "Marco Rossi",
handle: "@marcolife",
testimonial: "Every gathering is better with REFRESH. It brings people together and creates unforgettable memories.",
imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149832988.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149832988.jpg?_wi=1",
imageAlt: "Marco with friends and beverages",
},
{
@@ -392,7 +392,7 @@ export default function HomePage() {
name: "Priya Sharma",
handle: "@priyavibe",
testimonial: "As an eco-conscious consumer, I appreciate that REFRESH truly walks the talk on sustainability. Quality and conscience aligned.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair-shampoo_23-2151307475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair-shampoo_23-2151307475.jpg?_wi=1",
imageAlt: "Priya with REFRESH recyclable packaging",
},
{
@@ -400,7 +400,7 @@ export default function HomePage() {
name: "David Chen",
handle: "@davidfit",
testimonial: "The Zero Sugar line lets me enjoy premium taste without compromise. REFRESH understands health-conscious living.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-laughing-with-her-mobile_23-2147562319.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-laughing-with-her-mobile_23-2147562319.jpg?_wi=1",
imageAlt: "David with Zero Sugar variety",
},
{
@@ -408,7 +408,7 @@ export default function HomePage() {
name: "Elena Rodriguez",
handle: "@elenaglobal",
testimonial: "Traveling the world, REFRESH is the familiar comfort that connects me to home no matter where I am.",
imageSrc: "http://img.b2bpic.net/free-photo/traveling-woman-with-hat-backpack-holding-thermos_23-2148648660.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traveling-woman-with-hat-backpack-holding-thermos_23-2148648660.jpg?_wi=1",
imageAlt: "Elena traveling with REFRESH",
},
{
@@ -416,7 +416,7 @@ export default function HomePage() {
name: "James Wilson",
handle: "@jamesbiz",
testimonial: "Strong brand presence, consistent quality, reliable partner. REFRESH delivers on all fronts for our retail locations.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg?_wi=1",
imageAlt: "James at retail store with products",
},
]}

View File

@@ -97,7 +97,7 @@ export default function ProductsPage() {
id: "original-blend",
name: "Original Blend",
price: "$2.99",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-drinking-hot-beverage-street_23-2147765345.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-drinking-hot-beverage-street_23-2147765345.jpg?_wi=2",
imageAlt: "Original Blend premium beverage bottle",
isFavorited: false,
initialQuantity: 1,
@@ -106,7 +106,7 @@ export default function ProductsPage() {
id: "tropical-escape",
name: "Tropical Escape",
price: "$3.49",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-glass-fruit-juice-grass-vertical_176474-6780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-glass-fruit-juice-grass-vertical_176474-6780.jpg?_wi=2",
imageAlt: "Tropical Escape vibrant fruit beverage",
isFavorited: false,
initialQuantity: 1,
@@ -115,7 +115,7 @@ export default function ProductsPage() {
id: "zero-sugar",
name: "Zero Sugar",
price: "$2.99",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-groceries-wooden-board_23-2149678955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-groceries-wooden-board_23-2149678955.jpg?_wi=2",
imageAlt: "Zero Sugar health-conscious alternative",
isFavorited: false,
initialQuantity: 1,
@@ -124,7 +124,7 @@ export default function ProductsPage() {
id: "sparkling-citrus",
name: "Sparkling Citrus",
price: "$3.49",
imageSrc: "http://img.b2bpic.net/free-vector/delicious-orange-juice-advertisement-background_52683-4296.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/delicious-orange-juice-advertisement-background_52683-4296.jpg?_wi=2",
imageAlt: "Sparkling Citrus refreshing fizzy drink",
isFavorited: false,
initialQuantity: 1,
@@ -133,7 +133,7 @@ export default function ProductsPage() {
id: "berry-fusion",
name: "Berry Fusion",
price: "$3.99",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-bottles-peach_23-2149757687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-kombucha-bottles-peach_23-2149757687.jpg?_wi=2",
imageAlt: "Berry Fusion premium mixed berry blend",
isFavorited: false,
initialQuantity: 1,
@@ -227,7 +227,7 @@ export default function ProductsPage() {
name: "Sarah Johnson",
handle: "@sarahjoy",
testimonial: "Original Blend is my go-to. Nothing compares to the taste. I've been a loyal customer for years!",
imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624059.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624059.jpg?_wi=2",
imageAlt: "Sarah enjoying REFRESH beverage",
},
{
@@ -235,7 +235,7 @@ export default function ProductsPage() {
name: "Marco Rossi",
handle: "@marcolife",
testimonial: "Tropical Escape transforms my afternoon. The flavor is vibrant and truly refreshing every single time.",
imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149832988.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun_23-2149832988.jpg?_wi=2",
imageAlt: "Marco with friends and beverages",
},
{
@@ -243,7 +243,7 @@ export default function ProductsPage() {
name: "Priya Sharma",
handle: "@priyavibe",
testimonial: "Zero Sugar is a game-changer. I get the premium taste without any guilt. Best discovery ever!",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair-shampoo_23-2151307475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair-shampoo_23-2151307475.jpg?_wi=2",
imageAlt: "Priya with REFRESH recyclable packaging",
},
{
@@ -251,7 +251,7 @@ export default function ProductsPage() {
name: "David Chen",
handle: "@davidfit",
testimonial: "Sparkling Citrus keeps me hydrated and energized throughout the day. Perfect for active lifestyle.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-laughing-with-her-mobile_23-2147562319.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-laughing-with-her-mobile_23-2147562319.jpg?_wi=2",
imageAlt: "David with Zero Sugar variety",
},
{
@@ -259,7 +259,7 @@ export default function ProductsPage() {
name: "Elena Rodriguez",
handle: "@elenaglobal",
testimonial: "Berry Fusion brings the most delightful taste experience. I've introduced friends to it and they're hooked!",
imageSrc: "http://img.b2bpic.net/free-photo/traveling-woman-with-hat-backpack-holding-thermos_23-2148648660.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traveling-woman-with-hat-backpack-holding-thermos_23-2148648660.jpg?_wi=2",
imageAlt: "Elena traveling with REFRESH",
},
{
@@ -267,7 +267,7 @@ export default function ProductsPage() {
name: "James Wilson",
handle: "@jamesbiz",
testimonial: "Our customers consistently choose REFRESH for quality and taste. Retail success is guaranteed.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg?_wi=2",
imageAlt: "James at retail store with products",
},
]}

View File

@@ -94,7 +94,7 @@ export default function SustainabilityPage() {
{ text: "Our Impact", href: "/about" },
]}
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=3"
imageAlt="beverage pour slow motion carbonation bubbles"
mediaAnimation="blur-reveal"
testimonials={[
@@ -103,7 +103,7 @@ export default function SustainabilityPage() {
handle: "@ecowarrior",
testimonial: "REFRESH proves that premium taste and environmental responsibility can coexist perfectly",
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=3",
imageAlt: "eco-conscious person recyclable beverage packaging",
},
{
@@ -111,7 +111,7 @@ export default function SustainabilityPage() {
handle: "@green_future",
testimonial: "Their 40% carbon reduction and 100% recyclable packaging sets the industry standard",
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=3",
imageAlt: "investor business person analyzing data charts",
},
{
@@ -119,7 +119,7 @@ export default function SustainabilityPage() {
handle: "@communitycare",
testimonial: "REFRESH's commitment extends beyond products to genuine community and environmental support",
rating: 5,
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=3",
imageAlt: "diverse group friends enjoying beverages together",
},
{
@@ -127,7 +127,7 @@ export default function SustainabilityPage() {
handle: "@futureplanet",
testimonial: "Finally, a brand that walks the walk on sustainability. No greenwashing, just genuine action",
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=3",
imageAlt: "happy person enjoying cold beverage portrait",
},
]}
@@ -209,7 +209,7 @@ export default function SustainabilityPage() {
name: "Dr. Sarah Green",
handle: "@drsarahgreen",
testimonial: "REFRESH's transparency in sustainability reporting sets a benchmark for the beverage industry. Their third-party verification gives me confidence.",
imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624059.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-women-drinking-iced-coffee_23-2149624059.jpg?_wi=3",
imageAlt: "young woman smiling holding beverage cup",
},
{
@@ -217,7 +217,7 @@ export default function SustainabilityPage() {
name: "Eco Community Initiative",
handle: "@ecocommunity",
testimonial: "Working with REFRESH on recycling programs has transformed waste management in our region. They lead by example.",
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=4",
imageAlt: "diverse group friends enjoying beverages together",
},
{
@@ -225,7 +225,7 @@ export default function SustainabilityPage() {
name: "Maria Environmental",
handle: "@mariaenvironment",
testimonial: "50% water reduction and carbon-neutral operations aren't just numbers—they represent genuine commitment to our planet.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair-shampoo_23-2151307475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-curly-hair-shampoo_23-2151307475.jpg?_wi=3",
imageAlt: "woman holding recyclable bottle eco-conscious",
},
{
@@ -233,7 +233,7 @@ export default function SustainabilityPage() {
name: "James Sustainability",
handle: "@sustainjames",
testimonial: "Fair-trade sourcing that actually empowers farmers—REFRESH proves business and ethics aren't mutually exclusive.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg?_wi=3",
imageAlt: "retail business owner store beverage section",
},
{
@@ -241,7 +241,7 @@ export default function SustainabilityPage() {
name: "Elena Global Voices",
handle: "@elenaglobal",
testimonial: "From recycling to renewable energy, REFRESH's sustainability measures make me proud to support them globally.",
imageSrc: "http://img.b2bpic.net/free-photo/traveling-woman-with-hat-backpack-holding-thermos_23-2148648660.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traveling-woman-with-hat-backpack-holding-thermos_23-2148648660.jpg?_wi=3",
imageAlt: "woman traveling world beverage familiar",
},
{
@@ -249,7 +249,7 @@ export default function SustainabilityPage() {
name: "David Planet Care",
handle: "@davidplanetcare",
testimonial: "Environmental responsibility meets premium taste—REFRESH shows it's possible without compromise.",
imageSrc: "http://img.b2bpic.net/free-photo/girl-laughing-with-her-mobile_23-2147562319.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/girl-laughing-with-her-mobile_23-2147562319.jpg?_wi=3",
imageAlt: "fit person zero sugar beverage choice",
},
]}