diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 925249d..a31b7a1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -51,7 +40,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Story" description="Started in 1994, our goal was simple: bring world-class spirits to the heart of our community." - imageSrc="http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg" /> @@ -63,16 +52,8 @@ export default function LandingPage() { title="Our Values" description="What drives us forward every day." features={[ - { - title: "Passion", - description: "Deep knowledge of our inventory.", - imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg?_wi=3", - }, - { - title: "Community", - description: "We are proud of our Bloomfield roots.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg?_wi=2", - }, + { title: "Passion", description: "Deep knowledge of our inventory.", imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg" }, + { title: "Community", description: "We are proud of our Bloomfield roots.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg" }, ]} /> @@ -81,37 +62,17 @@ export default function LandingPage() { @@ -62,16 +51,8 @@ export default function LandingPage() { title="Visit Us" description="Located in central Bloomfield, stop by for a chat." features={[ - { - title: "Location", - description: "123 Main St, Bloomfield, CT", - imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg?_wi=4", - }, - { - title: "Hours", - description: "Daily 10am - 9pm", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg?_wi=3", - }, + { title: "Location", description: "123 Main St, Bloomfield, CT", imageSrc: "http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg" }, + { title: "Hours", description: "Daily 10am - 9pm", imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg" }, ]} /> @@ -80,37 +61,17 @@ export default function LandingPage() {
@@ -88,42 +69,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "liquor", - name: "Liquor", - price: "View Selection", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg?_wi=1", - }, - { - id: "beer", - name: "Beer", - price: "View Selection", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg?_wi=1", - }, - { - id: "wine", - name: "Wine", - price: "View Selection", - imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg?_wi=1", - }, - { - id: "whiskey", - name: "Whisky", - price: "View Selection", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-blurry-depressed-man-with-drink_23-2149699046.jpg", - }, - { - id: "craft-beer", - name: "Craft Beer", - price: "View Selection", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-full-bearded-indian-man-fleece-shirt-apron-holds-glass-beer-standing-counter-brewery_613910-5531.jpg", - }, - { - id: "fine-wines", - name: "Fine Wines", - price: "View Selection", - imageSrc: "http://img.b2bpic.net/free-photo/people-hands-getting-bottle-red-wine_53876-23320.jpg", - }, + { id: "liquor", name: "Liquor", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg" }, + { id: "beer", name: "Beer", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg" }, + { id: "wine", name: "Wine", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg" }, + { id: "whiskey", name: "Whisky", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/front-view-blurry-depressed-man-with-drink_23-2149699046.jpg" }, + { id: "craft-beer", name: "Craft Beer", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/stylish-full-bearded-indian-man-fleece-shirt-apron-holds-glass-beer-standing-counter-brewery_613910-5531.jpg" }, + { id: "fine-wines", name: "Fine Wines", price: "View Selection", imageSrc: "http://img.b2bpic.net/free-photo/people-hands-getting-bottle-red-wine_53876-23320.jpg" }, ]} title="Shop by Category" description="Explore our curated selection of fine beverages." @@ -136,41 +87,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "1", - title: "Variety", - subtitle: "Wide variety of wines, spirits & beers", - category: "Selection", - value: "Endless", - }, - { - id: "2", - title: "Staff", - subtitle: "Knowledgeable, friendly staff", - category: "Service", - value: "Expert", - }, - { - id: "3", - title: "Special Orders", - subtitle: "Special orders welcome", - category: "Custom", - value: "Yes", - }, - { - id: "4", - title: "Community", - subtitle: "Serving Bloomfield, CT with pride", - category: "Local", - value: "Proud", - }, - { - id: "5", - title: "Events", - subtitle: "Private tastings and events", - category: "Experience", - value: "Available", - }, + { id: "1", title: "Variety", subtitle: "Wide variety of wines, spirits & beers", category: "Selection", value: "Endless" }, + { id: "2", title: "Staff", subtitle: "Knowledgeable, friendly staff", category: "Service", value: "Expert" }, + { id: "3", title: "Special Orders", subtitle: "Special orders welcome", category: "Custom", value: "Yes" }, + { id: "4", title: "Community", subtitle: "Serving Bloomfield, CT with pride", category: "Local", value: "Proud" }, + { id: "5", title: "Events", subtitle: "Private tastings and events", category: "Experience", value: "Available" }, ]} title="Why Chrystal's" description="Experience the community difference." @@ -182,7 +103,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Quality" description="For over three decades, Chrystal's has been providing the residents of Bloomfield with the finest selection of hand-picked wines, craft spirits, and local beers. Our passion for quality is reflected in every bottle on our shelves." - imageSrc="http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/man-black-suit-drinks-alcohol-attractive-guy-drinks-whiskey-from-glass_1157-43492.jpg" imageAlt="Inside our shop" />
@@ -191,37 +112,17 @@ export default function LandingPage() { @@ -54,18 +43,9 @@ export default function LandingPage() { title="Our Selection" description="Browse our inventory" products={[ - { - id: "p1", - name: "Vintage Red", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg?_wi=2", - }, - { - id: "p2", - name: "Smooth Bourbon", - price: "$60", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg?_wi=2", - }, + { id: "p1", name: "Vintage Red", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/crystal-wineglasses-stand-illuminated-wardrobe_8353-658.jpg" }, + { id: "p2", name: "Smooth Bourbon", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/blurred-shelves-with-wine-bottles_1203-844.jpg" }, + { id: "p3", name: "Reserve Gin", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beer-bottle-wooden-desk_23-2147919792.jpg" }, ]} /> @@ -74,37 +54,17 @@ export default function LandingPage() {