diff --git a/src/app/page.tsx b/src/app/page.tsx index 18fe103..4efd548 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -97,41 +70,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Artisanal Cocktails", - description: "Expertly crafted by our master mixologists using premium spirits and fresh ingredients.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-still-life_23-2150645753.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/fruit-healthy-cocktail-from-mango-juice-ice-black-background-still-life-copy-space_639032-2016.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/young-adults-playing-beer-pong_23-2149402831.jpg?_wi=2", - imageAlt: "craft cocktail glass on bar counter", + title: "Artisanal Cocktails", description: "Expertly crafted by our master mixologists using premium spirits and fresh ingredients.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delicious-italian-cocktail-still-life_23-2150645753.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/fruit-healthy-cocktail-from-mango-juice-ice-black-background-still-life-copy-space_639032-2016.jpg" } }, { - title: "Live Sports Action", - description: "Multiple high-definition screens ensuring you never miss a moment of the game.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/pub-interior-with-motorcycle-installation_1262-3608.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548543.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg", - imageAlt: "craft cocktail glass on bar counter", + title: "Live Sports Action", description: "Multiple high-definition screens ensuring you never miss a moment of the game.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/pub-interior-with-motorcycle-installation_1262-3608.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/people-soccer-stadium_23-2151548543.jpg" } }, { - title: "Gourmet Bar Bites", - description: "Elevated pub food prepared with fresh, locally sourced components.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-fried-chicken-meat-with-relish_114579-75016.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062792.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/salmon-sandwiches-with-cream-cheese-microgreen-wooden-table-canape-with-salmon_2829-11187.jpg?_wi=1", - imageAlt: "craft cocktail glass on bar counter", - }, + title: "Gourmet Bar Bites", description: "Elevated pub food prepared with fresh, locally sourced components.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-with-fried-chicken-meat-with-relish_114579-75016.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062792.jpg" } + } ]} showStepNumbers={false} title="Why Tipsy Camel" @@ -141,64 +90,14 @@ export default function LandingPage() {