Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-22 12:40:53 +00:00

View File

@@ -53,25 +53,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah J.", handle: "@sarahcoffee", testimonial: "The best coffee I've ever brewed at home. Simply incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-lot-coffee-beans-background_181624-21961.jpg", imageAlt: "premium coffee beans close up"},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-lot-coffee-beans-background_181624-21961.jpg?_wi=1", imageAlt: "premium coffee beans close up"},
{
name: "Mark R.", handle: "@markalo", testimonial: "Kopi Aloo has become a staple of my morning routine. Absolutely love it.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-barista-preparing-coffee-cup_23-2148824440.jpg", imageAlt: "premium coffee beans close up"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-barista-preparing-coffee-cup_23-2148824440.jpg?_wi=1", imageAlt: "premium coffee beans close up"},
{
name: "Emma L.", handle: "@emmacoffee", testimonial: "Incredible depth of flavor, smooth finish, and wonderful service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-coffee-beans-falling-out-black-basket-red-background_141793-27586.jpg", imageAlt: "premium coffee beans close up"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-coffee-beans-falling-out-black-basket-red-background_141793-27586.jpg?_wi=1", imageAlt: "premium coffee beans close up"},
{
name: "James W.", handle: "@jamesalo", testimonial: "Top-tier beans. Every bag has been remarkably fresh.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg", imageAlt: "premium coffee beans close up"},
imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg?_wi=1", imageAlt: "premium coffee beans close up"},
{
name: "Claire B.", handle: "@clairecoffee", testimonial: "The perfect balance of strength and aroma. A daily ritual.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg", imageAlt: "premium coffee beans close up"},
imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg?_wi=1", imageAlt: "premium coffee beans close up"},
]}
buttons={[
{
text: "Shop Now", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-lot-coffee-beans-background_181624-21961.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-lot-coffee-beans-background_181624-21961.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/positive-young-woman-with-curly-hair-giggles-happily-holds-disposable-cup-coffee-enjoys-aromatic-beverage-dressed-casual-orange-jumper-isolated-white-background-drinking-concept_273609-61071.jpg", alt: "Happy coffee drinker"},
@@ -101,7 +101,7 @@ export default function LandingPage() {
{
title: "Freshness Guaranteed", description: "Delivered to your door right after roasting."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-male-barista-preparing-coffee-cup_23-2148824440.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-male-barista-preparing-coffee-cup_23-2148824440.jpg?_wi=2"
/>
</div>
@@ -113,11 +113,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Signature Blend", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-coffee-beans-falling-out-black-basket-red-background_141793-27586.jpg"},
id: "p1", name: "Signature Blend", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fresh-coffee-beans-falling-out-black-basket-red-background_141793-27586.jpg?_wi=2"},
{
id: "p2", name: "Dark Roast", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg"},
id: "p2", name: "Dark Roast", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg?_wi=2"},
{
id: "p3", name: "Morning Perk", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg"},
id: "p3", name: "Morning Perk", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/geyser-coffee-maker-sackcloth_23-2148180228.jpg?_wi=2"},
{
id: "p4", name: "Organic Light", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/composition-freshly-ground-coffee-manual-grinder-bag-coffee-beans-nuts-cinnamonnd-pineapple-white_346278-1119.jpg"},
{