From 60c0ec29841494e622cc4e8e2a1e1dee7a3cd6e5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:39:21 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 59 +++++++++++------------------------------- 1 file changed, 15 insertions(+), 44 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 75c2ae8..1cb9af3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import Link from 'next/link'; -import { Heart, Star, Users, Shield, Bottle, Award, Wine } from 'lucide-react'; +import { Heart, Star, Users, Shield, Wine, Award } from 'lucide-react'; export default function AboutPage() { const navItems = [ @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Wines", href: "#categories" }, { label: "Champagne", href: "#categories" }, { label: "Whiskey", href: "#categories" }, @@ -29,16 +28,14 @@ export default function AboutPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Visit Us", href: "#visit" } ] }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone", href: "tel:+961-71-228-000" }, { label: "Email", href: "mailto:info@etiennenicolasbeirut.com" }, { label: "Location", href: "https://maps.google.com/?q=VGR8+7WV+Beirut" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" } ] @@ -71,8 +67,7 @@ export default function AboutPage() { @@ -87,27 +82,19 @@ export default function AboutPage() { tagAnimation="slide-up" bulletPoints={[ { - title: "Founded in 1995", - description: "A legacy built on passion for fine wines and spirits", - icon: Star + title: "Founded in 1995", description: "A legacy built on passion for fine wines and spirits", icon: Star }, { - title: "Expert Team", - description: "Experienced sommeliers and wine merchants on staff", - icon: Users + title: "Expert Team", description: "Experienced sommeliers and wine merchants on staff", icon: Users }, { - title: "Curated Collections", - description: "Hand-selected bottles from prestigious vineyards worldwide", - icon: Bottle + title: "Curated Collections", description: "Hand-selected bottles from prestigious vineyards worldwide", icon: Wine }, { - title: "Customer First", - description: "Personalized service and genuine passion for your satisfaction", - icon: Shield + title: "Customer First", description: "Personalized service and genuine passion for your satisfaction", icon: Shield } ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-woman-is-prepairing-wine-sommelier-expertise-it-wine-boutique_613910-17296.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-woman-is-prepairing-wine-sommelier-expertise-it-wine-boutique_613910-17296.jpg" imageAlt="Wine merchant expertise and passion" mediaAnimation="slide-up" imagePosition="left" @@ -126,22 +113,13 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - title: "Quality Above All", - description: "We never compromise on quality. Every wine, every spirit, every bottle must meet our exacting standards before it earns a place on our shelves.", - imageSrc: "http://img.b2bpic.net/free-photo/transparent-plastic-bottles-filled-with-yellow-substance_273609-13387.jpg?_wi=2", - imageAlt: "Quality selection curated bottles" + title: "Quality Above All", description: "We never compromise on quality. Every wine, every spirit, every bottle must meet our exacting standards before it earns a place on our shelves.", imageSrc: "http://img.b2bpic.net/free-photo/transparent-plastic-bottles-filled-with-yellow-substance_273609-13387.jpg", imageAlt: "Quality selection curated bottles" }, { - title: "Passion & Knowledge", - description: "Our team lives and breathes wine. We're not just merchants - we're educators, guides, and advocates for the art of fine spirits.", - imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-wine-glass-his-wife_23-2148435720.jpg?_wi=2", - imageAlt: "Wine expert sommelier guidance" + title: "Passion & Knowledge", description: "Our team lives and breathes wine. We're not just merchants - we're educators, guides, and advocates for the art of fine spirits.", imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-wine-glass-his-wife_23-2148435720.jpg", imageAlt: "Wine expert sommelier guidance" }, { - title: "Community Connection", - description: "Beirut is our home. We're invested in serving our local community and building lasting relationships with every customer.", - imageSrc: "http://img.b2bpic.net/free-photo/wooden-barrel-with-bottle-glass-wine_23-2148214931.jpg?_wi=2", - imageAlt: "Premium quality wine bottles" + title: "Community Connection", description: "Beirut is our home. We're invested in serving our local community and building lasting relationships with every customer.", imageSrc: "http://img.b2bpic.net/free-photo/wooden-barrel-with-bottle-glass-wine_23-2148214931.jpg", imageAlt: "Premium quality wine bottles" } ]} gridVariant="uniform-all-items-equal" @@ -160,14 +138,7 @@ export default function AboutPage() { tagIcon={Users} tagAnimation="slide-up" names={[ - "Wine Connoisseurs", - "Restaurant Partners", - "Wine Collectors", - "Corporate Events", - "Private Celebrations", - "Event Organizers", - "Wine Clubs", - "International Visitors" + "Wine Connoisseurs", "Restaurant Partners", "Wine Collectors", "Corporate Events", "Private Celebrations", "Event Organizers", "Wine Clubs", "International Visitors" ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1 From 34c668aa615cb8d21edda48afd9736ecb454a44f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:39:21 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 112 +++++++++++++---------------------------------- 1 file changed, 30 insertions(+), 82 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17b01e0..ccd5e0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import Link from 'next/link'; -import { Heart, Star, Users, Shield, Bottle, Award, Wine, MapPin } from 'lucide-react'; +import { Heart, Star, Users, Shield, Wine, Award, MapPin } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Wines", href: "#categories" }, { label: "Champagne", href: "#categories" }, { label: "Whiskey", href: "#categories" }, @@ -32,16 +31,14 @@ export default function HomePage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Visit Us", href: "#visit" } ] }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone", href: "tel:+961-71-228-000" }, { label: "Email", href: "mailto:info@etiennenicolasbeirut.com" }, { label: "Location", href: "https://maps.google.com/?q=VGR8+7WV+Beirut" }, @@ -49,8 +46,7 @@ export default function HomePage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" } ] @@ -74,8 +70,7 @@ export default function HomePage() { @@ -88,7 +83,7 @@ export default function HomePage() { tag="Trusted Local Merchant" tagIcon={Wine} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Call Now", href: "tel:+961-71-228-000" }, { text: "Get Directions", href: "https://maps.google.com/?q=VGR8+7WV+Beirut" } @@ -96,24 +91,19 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bunch-grapes-wine-bottle-white-table-close-up-high-quality-photo_114579-44205.jpg", - imageAlt: "Premium wine bottles collection" + imageSrc: "http://img.b2bpic.net/free-photo/bunch-grapes-wine-bottle-white-table-close-up-high-quality-photo_114579-44205.jpg", imageAlt: "Premium wine bottles collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bottle-champagne-dark-drink-alcohol-color-photo_140725-93478.jpg", - imageAlt: "Elegant champagne display" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-bottle-champagne-dark-drink-alcohol-color-photo_140725-93478.jpg", imageAlt: "Elegant champagne display" }, { - imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-cocktail-with-lemon-peel-ice-wooden-table_123827-37434.jpg", - imageAlt: "Fine spirits selection" + imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-cocktail-with-lemon-peel-ice-wooden-table_123827-37434.jpg", imageAlt: "Fine spirits selection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138761.jpg", - imageAlt: "Curated wine collection on shelves" + imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138761.jpg", imageAlt: "Curated wine collection on shelves" }, { - imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-blonde-girl-red-dress-distance-date-with-wine-candles-smiling_140725-163898.jpg", - imageAlt: "Elegant wine shop interior" + imageSrc: "http://img.b2bpic.net/free-photo/virtual-love-cute-blonde-girl-red-dress-distance-date-with-wine-candles-smiling_140725-163898.jpg", imageAlt: "Elegant wine shop interior" } ]} mediaAnimation="slide-up" @@ -130,27 +120,19 @@ export default function HomePage() { tagAnimation="slide-up" bulletPoints={[ { - title: "Passion for Wine", - description: "A deep love for viticulture drives every selection", - icon: Heart + title: "Passion for Wine", description: "A deep love for viticulture drives every selection", icon: Heart }, { - title: "Curated Selection", - description: "Handpicked wines from prestigious vineyards worldwide", - icon: Star + title: "Curated Selection", description: "Handpicked wines from prestigious vineyards worldwide", icon: Star }, { - title: "Expert Advice", - description: "Personalized recommendations from experienced sommeliers", - icon: Users + title: "Expert Advice", description: "Personalized recommendations from experienced sommeliers", icon: Users }, { - title: "Quality Guarantee", - description: "Only the finest spirits and wines meet our standards", - icon: Shield + title: "Quality Guarantee", description: "Only the finest spirits and wines meet our standards", icon: Shield } ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-woman-is-prepairing-wine-sommelier-expertise-it-wine-boutique_613910-17296.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-smiling-woman-is-prepairing-wine-sommelier-expertise-it-wine-boutique_613910-17296.jpg" imageAlt="Wine merchant expertise and passion" mediaAnimation="slide-up" imagePosition="right" @@ -165,32 +147,20 @@ export default function HomePage() { title="Featured Product Categories" description="Explore our carefully curated selection of premium wines, spirits, and more" tag="Our Selection" - tagIcon={Bottle} + tagIcon={Wine} tagAnimation="slide-up" features={[ { - title: "Fine Wines", - description: "Carefully selected wines from renowned vineyards across France, Italy, Spain, and beyond. Each bottle represents excellence and tradition.", - imageSrc: "http://img.b2bpic.net/free-photo/line-wine-bottles-wineglasses_23-2148214970.jpg?_wi=1", - imageAlt: "Fine wine collection" + title: "Fine Wines", description: "Carefully selected wines from renowned vineyards across France, Italy, Spain, and beyond. Each bottle represents excellence and tradition.", imageSrc: "http://img.b2bpic.net/free-photo/line-wine-bottles-wineglasses_23-2148214970.jpg", imageAlt: "Fine wine collection" }, { - title: "Champagne & Sparkling", - description: "Premium champagnes and sparkling wines for celebrations and special occasions. Only the finest houses represented.", - imageSrc: "http://img.b2bpic.net/free-photo/champagne-glasses-with-olives_23-2148356456.jpg?_wi=1", - imageAlt: "Champagne bottles" + title: "Champagne & Sparkling", description: "Premium champagnes and sparkling wines for celebrations and special occasions. Only the finest houses represented.", imageSrc: "http://img.b2bpic.net/free-photo/champagne-glasses-with-olives_23-2148356456.jpg", imageAlt: "Champagne bottles" }, { - title: "Whiskey & Scotch", - description: "Single malts, blends, and rare editions from Scotland, Ireland, and around the world for the discerning connoisseur.", - imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151018055.jpg?_wi=1", - imageAlt: "Whiskey selection" + title: "Whiskey & Scotch", description: "Single malts, blends, and rare editions from Scotland, Ireland, and around the world for the discerning connoisseur.", imageSrc: "http://img.b2bpic.net/free-photo/sotol-drink-still-life_23-2151018055.jpg", imageAlt: "Whiskey selection" }, { - title: "Gin & Premium Spirits", - description: "Craft gins, vodkas, rums, and other premium spirits from boutique distilleries and established masters.", - imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-october-09-2015-johnnie-walker-black-label-e_1232-3322.jpg?_wi=1", - imageAlt: "Premium spirits collection" + title: "Gin & Premium Spirits", description: "Craft gins, vodkas, rums, and other premium spirits from boutique distilleries and established masters.", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-october-09-2015-johnnie-walker-black-label-e_1232-3322.jpg", imageAlt: "Premium spirits collection" } ]} gridVariant="two-columns-alternating-heights" @@ -209,31 +179,16 @@ export default function HomePage() { tagIcon={Award} testimonials={[ { - id: "1", - name: "Trusted Selection", - role: "Quality Assurance", - company: "Every Bottle", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/transparent-plastic-bottles-filled-with-yellow-substance_273609-13387.jpg?_wi=1", - imageAlt: "Quality selection curated bottles" + id: "1", name: "Trusted Selection", role: "Quality Assurance", company: "Every Bottle", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/transparent-plastic-bottles-filled-with-yellow-substance_273609-13387.jpg", imageAlt: "Quality selection curated bottles" }, { - id: "2", - name: "Expert Guidance", - role: "Personal Service", - company: "Local Expertise", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-wine-glass-his-wife_23-2148435720.jpg?_wi=1", - imageAlt: "Wine expert sommelier guidance" + id: "2", name: "Expert Guidance", role: "Personal Service", company: "Local Expertise", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/man-pouring-wine-glass-his-wife_23-2148435720.jpg", imageAlt: "Wine expert sommelier guidance" }, { - id: "3", - name: "Premium Quality", - role: "Value", - company: "Best Prices", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-barrel-with-bottle-glass-wine_23-2148214931.jpg?_wi=1", - imageAlt: "Premium quality wine bottles" + id: "3", name: "Premium Quality", role: "Value", company: "Best Prices", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/wooden-barrel-with-bottle-glass-wine_23-2148214931.jpg", imageAlt: "Premium quality wine bottles" } ]} kpiItems={[ @@ -257,7 +212,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/aerial-view-chinese-city_1127-3588.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/aerial-view-chinese-city_1127-3588.jpg" imageAlt="Etienne Nicolas store location in Beirut" mediaAnimation="slide-up" mediaPosition="right" @@ -276,14 +231,7 @@ export default function HomePage() { tagIcon={Users} tagAnimation="slide-up" names={[ - "Wine Enthusiasts", - "Local Community", - "Premium Collectors", - "Special Occasions", - "Restaurant Partners", - "Corporate Clients", - "Wine Clubs", - "Event Planners" + "Wine Enthusiasts", "Local Community", "Premium Collectors", "Special Occasions", "Restaurant Partners", "Corporate Clients", "Wine Clubs", "Event Planners" ]} textboxLayout="default" useInvertedBackground={true} -- 2.49.1 From 3327869b213e3a12ad35924884ea5696f6f90bb6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:39:22 +0000 Subject: [PATCH 3/3] Update src/app/products/page.tsx --- src/app/products/page.tsx | 48 ++++++++++----------------------------- 1 file changed, 12 insertions(+), 36 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 125d93c..5bada59 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -6,7 +6,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import Link from 'next/link'; -import { Wine, Bottle, Users } from 'lucide-react'; +import { Wine, Users } from 'lucide-react'; export default function ProductsPage() { const navItems = [ @@ -19,8 +19,7 @@ export default function ProductsPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Wines", href: "#categories" }, { label: "Champagne", href: "#categories" }, { label: "Whiskey", href: "#categories" }, @@ -28,16 +27,14 @@ export default function ProductsPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Our Story", href: "/" }, { label: "Visit Us", href: "/visit" } ] }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone", href: "tel:+961-71-228-000" }, { label: "Email", href: "mailto:info@etiennenicolasbeirut.com" }, { label: "Location", href: "https://maps.google.com/?q=VGR8+7WV+Beirut" }, @@ -45,8 +42,7 @@ export default function ProductsPage() { ] }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" } ] @@ -70,8 +66,7 @@ export default function ProductsPage() { @@ -81,28 +76,16 @@ export default function ProductsPage() {