diff --git a/src/app/page.tsx b/src/app/page.tsx index 131a078..a12c5dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,20 +43,20 @@ export default function LandingPage() { title="Crafting Your Perfect Morning" description="Experience artisan-roasted coffee in our cozy downtown sanctuary. From farm to cup, every pour is a labor of love." leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cup_23-2149870647.jpg", imageAlt: "freshly brewed coffee pouring" }, - { imageSrc: "http://img.b2bpic.net/free-photo/background-roasted-coffee-bean-brown_1303-1939.jpg", imageAlt: "latte art close up" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-asian-barista-girl-counter-working-with-pos-terminal-brewing-filter-kit-mak_1258-134049.jpg", imageAlt: "modern coffee shop counter" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-mil-cup-coffee_23-2148623254.jpg", imageAlt: "coffee shop atmosphere morning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crocante-cookies-with-cinnamon-flavour-cup-tea_114579-22169.jpg", imageAlt: "ceramic coffee mug steam" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-concept-with-copy-space_23-2148464804.jpg", imageAlt: "latte art heart shape" } + { imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cup_23-2149870647.jpg?_wi=1", imageAlt: "freshly brewed coffee pouring" }, + { imageSrc: "http://img.b2bpic.net/free-photo/background-roasted-coffee-bean-brown_1303-1939.jpg?_wi=1", imageAlt: "latte art close up" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-asian-barista-girl-counter-working-with-pos-terminal-brewing-filter-kit-mak_1258-134049.jpg?_wi=1", imageAlt: "modern coffee shop counter" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-mil-cup-coffee_23-2148623254.jpg?_wi=1", imageAlt: "coffee shop atmosphere morning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crocante-cookies-with-cinnamon-flavour-cup-tea_114579-22169.jpg?_wi=1", imageAlt: "ceramic coffee mug steam" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-concept-with-copy-space_23-2148464804.jpg?_wi=1", imageAlt: "latte art heart shape" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-concept-with-copy-space_23-2148464804.jpg", imageAlt: "latte art heart shape" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crocante-cookies-with-cinnamon-flavour-cup-tea_114579-22169.jpg", imageAlt: "ceramic coffee mug steam" }, - { imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-mil-cup-coffee_23-2148623254.jpg", imageAlt: "coffee shop atmosphere morning" }, - { imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-asian-barista-girl-counter-working-with-pos-terminal-brewing-filter-kit-mak_1258-134049.jpg", imageAlt: "modern coffee shop counter" }, - { imageSrc: "http://img.b2bpic.net/free-photo/background-roasted-coffee-bean-brown_1303-1939.jpg", imageAlt: "latte art close up" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cup_23-2149870647.jpg", imageAlt: "freshly brewed coffee pouring" } + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-concept-with-copy-space_23-2148464804.jpg?_wi=2", imageAlt: "latte art heart shape" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crocante-cookies-with-cinnamon-flavour-cup-tea_114579-22169.jpg?_wi=2", imageAlt: "ceramic coffee mug steam" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-pouring-mil-cup-coffee_23-2148623254.jpg?_wi=2", imageAlt: "coffee shop atmosphere morning" }, + { imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-asian-barista-girl-counter-working-with-pos-terminal-brewing-filter-kit-mak_1258-134049.jpg?_wi=2", imageAlt: "modern coffee shop counter" }, + { imageSrc: "http://img.b2bpic.net/free-photo/background-roasted-coffee-bean-brown_1303-1939.jpg?_wi=2", imageAlt: "latte art close up" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cup_23-2149870647.jpg?_wi=2", imageAlt: "freshly brewed coffee pouring" } ]} buttons={[ { text: "View Menu", href: "#menu" },