Update src/app/page.tsx
This commit is contained in:
@@ -70,32 +70,32 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg?_wi=1",
|
||||
imageAlt: "Artisan coffee drink",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg?_wi=2",
|
||||
imageAlt: "Fresh cafe food",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg?_wi=3",
|
||||
imageAlt: "Warm cafe interior",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg?_wi=4",
|
||||
imageAlt: "Handcrafted coffee art",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg?_wi=5",
|
||||
imageAlt: "Friendly community space",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg?_wi=6",
|
||||
imageAlt: "Freshly baked items",
|
||||
},
|
||||
]}
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
description="Housed in the historic Blyth & Fargo Company building on Main Street, GiGi's Coffee House is the kind of place people drive out of their way for and never forget. Owned and run by the Ginas, this is where community, craft, and comfort come together."
|
||||
subdescription="Whether passing through or a local regular, you'll find quality, consistency, and a home-like atmosphere."
|
||||
icon={Coffee}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148312108.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148312108.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -126,37 +126,37 @@ export default function LandingPage() {
|
||||
id: "m1",
|
||||
name: "Specialty Lattes",
|
||||
price: "Various",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Vanilla Chai",
|
||||
price: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Loaded Avocado Toast",
|
||||
price: "Daily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
name: "Spinach Quiche",
|
||||
price: "Fresh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
name: "Breakfast Burritos",
|
||||
price: "Custom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "m6",
|
||||
name: "Baked Oatmeal",
|
||||
price: "Warm",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=6",
|
||||
},
|
||||
]}
|
||||
title="The Menu"
|
||||
@@ -177,7 +177,7 @@ export default function LandingPage() {
|
||||
quote: "When I say this is the best coffee I've ever tasted. Not too sweet. Literally perfect.",
|
||||
tag: "5 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/girl-with-cheesecake_1303-3948.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-cup-tea-decorative-details_169016-23158.jpg?_wi=7",
|
||||
imageAlt: "cozy artisan coffee house warm",
|
||||
},
|
||||
{
|
||||
@@ -188,7 +188,7 @@ export default function LandingPage() {
|
||||
quote: "Consistency. A perfect word to describe GiGi's. Every time I visit, I always leave happy.",
|
||||
tag: "5 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-barista-serving-cups-coffee_23-2148522984.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148312108.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-with-roasted-beans_23-2148312108.jpg?_wi=2",
|
||||
imageAlt: "warm coffee house atmosphere",
|
||||
},
|
||||
{
|
||||
@@ -199,7 +199,7 @@ export default function LandingPage() {
|
||||
quote: "Been coming here for a while now, every Sunday and I never have a complaint.",
|
||||
tag: "5 Stars",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-technics-talking-sun-girl-green_1303-3006.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=7",
|
||||
imageAlt: "specialty latte art close up",
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user