diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f2c2f2..7b45319 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,39 +47,23 @@ export default function LandingPage() { description="Official Coca-Cola Partner Delivering Excellence. Refreshing Kenya, One Bottle at a Time." buttons={[ { - text: "Explore Products", - href: "#products", - }, + text: "Explore Products", href: "#products"}, { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=1", - imageAlt: "Hero Slide 1", - }, + imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=1", imageAlt: "Hero Slide 1"}, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=2", - imageAlt: "Hero Slide 2", - }, + imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=2", imageAlt: "Hero Slide 2"}, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=3", - imageAlt: "Hero Slide 3", - }, + imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=3", imageAlt: "Hero Slide 3"}, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=4", - imageAlt: "Hero Slide 4", - }, + imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=4", imageAlt: "Hero Slide 4"}, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=5", - imageAlt: "Hero Slide 5", - }, + imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=5", imageAlt: "Hero Slide 5"}, { - imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=6", - imageAlt: "Hero Slide 6", - }, + imageSrc: "http://img.b2bpic.net/free-vector/flat-gym-twitch-banner_23-2149656010.jpg?_wi=6", imageAlt: "Hero Slide 6"}, ]} /> @@ -109,47 +85,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Soft Drinks", - price: "Available", - variant: "Original", - imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=1", - }, + id: "1", name: "Soft Drinks", price: "Available", variant: "Original", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=1"}, { - id: "2", - name: "Water", - price: "Available", - variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=2", - }, + id: "2", name: "Water", price: "Available", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=2"}, { - id: "3", - name: "Juices", - price: "Available", - variant: "Fresh", - imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=3", - }, + id: "3", name: "Juices", price: "Available", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=3"}, { - id: "4", - name: "Energy Drinks", - price: "Available", - variant: "Vibrant", - imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=4", - }, + id: "4", name: "Energy Drinks", price: "Available", variant: "Vibrant", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=4"}, { - id: "5", - name: "Soda Varieties", - price: "Available", - variant: "Crisp", - imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=5", - }, + id: "5", name: "Soda Varieties", price: "Available", variant: "Crisp", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=5"}, { - id: "6", - name: "Sparkling Water", - price: "Available", - variant: "Refreshing", - imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=6", - }, + id: "6", name: "Sparkling Water", price: "Available", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-wallpaper-with-silver-bottles_23-2149871762.jpg?_wi=6"}, ]} title="Our Products" description="Refresh your day with our premium selection of soft drinks, water, and juices." @@ -163,49 +109,18 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah W.", - handle: "@customer", - testimonial: "Very organized and excellent services.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg?_wi=1", - }, + id: "1", name: "Sarah W.", handle: "@customer", testimonial: "An incredible experience, always refreshing to work with them.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg?_wi=1"}, { - id: "2", - name: "John K.", - handle: "@partner", - testimonial: "Fantastic place for beverages. Always on time.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg?_wi=2", - }, + id: "2", name: "John K.", handle: "@partner", testimonial: "Top-tier beverage quality and seamless distribution.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg?_wi=2"}, { - id: "3", - name: "Emily M.", - handle: "@retailer", - testimonial: "Friendly reception and great service provided daily.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg?_wi=3", - }, - { - id: "4", - name: "David O.", - handle: "@vendor", - testimonial: "Consistent delivery, amazing team to work with.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg?_wi=4", - }, - { - id: "5", - name: "Grace L.", - handle: "@loyal", - testimonial: "Best beverage supplier in Nyeri, truly reliable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg?_wi=5", - }, + id: "3", name: "Emily M.", handle: "@retailer", testimonial: "Very professional team and always on schedule.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mobile-colleagues_1098-14113.jpg?_wi=3"}, ]} showRating={true} - title="Trusted by Customers" - description="Hear what our partners and customers have to say about our service excellence." + title="Customer Reviews" + description="Discover why we are the preferred refreshment partner in Nyeri." /> @@ -213,11 +128,10 @@ export default function LandingPage() { @@ -227,46 +141,31 @@ export default function LandingPage() { diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5b06092..45a6075 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; + --background: #050000; + --card: #150a0a; --foreground: #ffffff; - --primary-cta: #e34400; + --primary-cta: #ff0000; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #2a0a0a; --secondary-cta-text: #ffffff; - --accent: #e34400; - --background-accent: #2a2a2a; + --accent: #ff4d4d; + --background-accent: #4a0a0a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);