|
|
|
|
@@ -10,43 +10,43 @@ import { Mail, MapPin, Phone, Zap } from 'lucide-react';
|
|
|
|
|
import Link from 'next/link';
|
|
|
|
|
|
|
|
|
|
const ginProducts = [
|
|
|
|
|
{ id: "gin-1", name: "Tanqueray London Dry Gin", price: "$49.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop", imageAlt: "Tanqueray London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-2", name: "Bombay Sapphire Premium Gin", price: "$54.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop", imageAlt: "Bombay Sapphire Premium Gin bottle" },
|
|
|
|
|
{ id: "gin-3", name: "Gordon's London Dry Gin", price: "$45.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop", imageAlt: "Gordon's London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-4", name: "Hendrick's Cucumber Gin", price: "$59.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop", imageAlt: "Hendrick's Cucumber Gin bottle" },
|
|
|
|
|
{ id: "gin-5", name: "Beefeater London Dry Gin", price: "$52.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop", imageAlt: "Beefeater London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-6", name: "Seagram's Extra Dry Gin", price: "$44.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop", imageAlt: "Seagram's Extra Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-7", name: "Junipero Premium Gin", price: "$62.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop", imageAlt: "Junipero Premium Gin bottle" },
|
|
|
|
|
{ id: "gin-8", name: "Tanqueray No. Ten", price: "$64.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop", imageAlt: "Tanqueray No. Ten bottle" },
|
|
|
|
|
{ id: "gin-9", name: "Bombay Dry Gin", price: "$48.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop", imageAlt: "Bombay Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-10", name: "Whitley Neill Gin", price: "$55.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop", imageAlt: "Whitley Neill Gin bottle" },
|
|
|
|
|
{ id: "gin-11", name: "Darnley's London Dry", price: "$51.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop", imageAlt: "Darnley's London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-12", name: "Gin Mare Mediterranean", price: "$67.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop", imageAlt: "Gin Mare Mediterranean Gin bottle" },
|
|
|
|
|
{ id: "gin-13", name: "Filliers Dry Gin 28", price: "$56.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop", imageAlt: "Filliers Dry Gin 28 bottle" },
|
|
|
|
|
{ id: "gin-14", name: "Hayman's Old Tom Gin", price: "$58.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop", imageAlt: "Hayman's Old Tom Gin bottle" },
|
|
|
|
|
{ id: "gin-15", name: "The Botanist Premium", price: "$65.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop", imageAlt: "The Botanist Premium Gin bottle" },
|
|
|
|
|
{ id: "gin-16", name: "Star of Bombay Gin", price: "$69.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop", imageAlt: "Star of Bombay Gin bottle" },
|
|
|
|
|
{ id: "gin-17", name: "Greenalls Original Gin", price: "$46.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop", imageAlt: "Greenalls Original Gin bottle" },
|
|
|
|
|
{ id: "gin-18", name: "Citadelle Gin", price: "$61.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop", imageAlt: "Citadelle Gin bottle" },
|
|
|
|
|
{ id: "gin-19", name: "Leopold's American Gin", price: "$63.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop", imageAlt: "Leopold's American Gin bottle" },
|
|
|
|
|
{ id: "gin-20", name: "Monkey 47 Schwarzwald", price: "$79.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop", imageAlt: "Monkey 47 Schwarzwald Gin bottle" },
|
|
|
|
|
{ id: "gin-21", name: "Bols Genever Gin", price: "$50.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop", imageAlt: "Bols Genever Gin bottle" },
|
|
|
|
|
{ id: "gin-22", name: "Tanqueray Rangpur", price: "$53.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop", imageAlt: "Tanqueray Rangpur bottle" },
|
|
|
|
|
{ id: "gin-23", name: "Empress Indigo Gin", price: "$66.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop", imageAlt: "Empress Indigo Gin bottle" },
|
|
|
|
|
{ id: "gin-24", name: "Sipsmith London Dry", price: "$62.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop", imageAlt: "Sipsmith London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-25", name: "Bombay Original Dry", price: "$47.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop", imageAlt: "Bombay Original Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-26", name: "Roku Japanese Gin", price: "$68.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop", imageAlt: "Roku Japanese Gin bottle" },
|
|
|
|
|
{ id: "gin-27", name: "Four Pillars Rare", price: "$71.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop", imageAlt: "Four Pillars Rare Gin bottle" },
|
|
|
|
|
{ id: "gin-28", name: "Bafferts London Dry", price: "$52.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop", imageAlt: "Bafferts London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-29", name: "Sloane's Dry Gin", price: "$49.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop", imageAlt: "Sloane's Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-30", name: "Malfy Gin Con Limone", price: "$57.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop", imageAlt: "Malfy Gin Con Limone bottle" },
|
|
|
|
|
{ id: "gin-31", name: "Brooker's London Dry", price: "$51.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop", imageAlt: "Brooker's London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-32", name: "Luxardo Dry Gin", price: "$64.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop", imageAlt: "Luxardo Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-33", name: "M&H Peaky Blinder", price: "$73.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop", imageAlt: "M&H Peaky Blinder Gin bottle" },
|
|
|
|
|
{ id: "gin-34", name: "Warner Edwards Gin", price: "$59.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop", imageAlt: "Warner Edwards Gin bottle" },
|
|
|
|
|
{ id: "gin-35", name: "Fords Gin London Dry", price: "$58.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop", imageAlt: "Fords Gin London Dry bottle" },
|
|
|
|
|
{ id: "gin-36", name: "The Tarquin's London Dry", price: "$60.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop", imageAlt: "The Tarquin's London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-37", name: "Mombasa Club London Dry", price: "$55.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop", imageAlt: "Mombasa Club London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-1", name: "Tanqueray London Dry Gin", price: "$49.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop&_wi=1", imageAlt: "Tanqueray London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-2", name: "Bombay Sapphire Premium Gin", price: "$54.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop&_wi=1", imageAlt: "Bombay Sapphire Premium Gin bottle" },
|
|
|
|
|
{ id: "gin-3", name: "Gordon's London Dry Gin", price: "$45.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop&_wi=1", imageAlt: "Gordon's London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-4", name: "Hendrick's Cucumber Gin", price: "$59.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop&_wi=1", imageAlt: "Hendrick's Cucumber Gin bottle" },
|
|
|
|
|
{ id: "gin-5", name: "Beefeater London Dry Gin", price: "$52.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop&_wi=2", imageAlt: "Beefeater London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-6", name: "Seagram's Extra Dry Gin", price: "$44.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop&_wi=2", imageAlt: "Seagram's Extra Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-7", name: "Junipero Premium Gin", price: "$62.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop&_wi=2", imageAlt: "Junipero Premium Gin bottle" },
|
|
|
|
|
{ id: "gin-8", name: "Tanqueray No. Ten", price: "$64.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop&_wi=2", imageAlt: "Tanqueray No. Ten bottle" },
|
|
|
|
|
{ id: "gin-9", name: "Bombay Dry Gin", price: "$48.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop&_wi=3", imageAlt: "Bombay Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-10", name: "Whitley Neill Gin", price: "$55.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop&_wi=3", imageAlt: "Whitley Neill Gin bottle" },
|
|
|
|
|
{ id: "gin-11", name: "Darnley's London Dry", price: "$51.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop&_wi=3", imageAlt: "Darnley's London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-12", name: "Gin Mare Mediterranean", price: "$67.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop&_wi=3", imageAlt: "Gin Mare Mediterranean Gin bottle" },
|
|
|
|
|
{ id: "gin-13", name: "Filliers Dry Gin 28", price: "$56.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop&_wi=4", imageAlt: "Filliers Dry Gin 28 bottle" },
|
|
|
|
|
{ id: "gin-14", name: "Hayman's Old Tom Gin", price: "$58.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop&_wi=4", imageAlt: "Hayman's Old Tom Gin bottle" },
|
|
|
|
|
{ id: "gin-15", name: "The Botanist Premium", price: "$65.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop&_wi=4", imageAlt: "The Botanist Premium Gin bottle" },
|
|
|
|
|
{ id: "gin-16", name: "Star of Bombay Gin", price: "$69.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop&_wi=4", imageAlt: "Star of Bombay Gin bottle" },
|
|
|
|
|
{ id: "gin-17", name: "Greenalls Original Gin", price: "$46.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop&_wi=5", imageAlt: "Greenalls Original Gin bottle" },
|
|
|
|
|
{ id: "gin-18", name: "Citadelle Gin", price: "$61.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop&_wi=5", imageAlt: "Citadelle Gin bottle" },
|
|
|
|
|
{ id: "gin-19", name: "Leopold's American Gin", price: "$63.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop&_wi=5", imageAlt: "Leopold's American Gin bottle" },
|
|
|
|
|
{ id: "gin-20", name: "Monkey 47 Schwarzwald", price: "$79.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop&_wi=5", imageAlt: "Monkey 47 Schwarzwald Gin bottle" },
|
|
|
|
|
{ id: "gin-21", name: "Bols Genever Gin", price: "$50.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop&_wi=6", imageAlt: "Bols Genever Gin bottle" },
|
|
|
|
|
{ id: "gin-22", name: "Tanqueray Rangpur", price: "$53.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop&_wi=6", imageAlt: "Tanqueray Rangpur bottle" },
|
|
|
|
|
{ id: "gin-23", name: "Empress Indigo Gin", price: "$66.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop&_wi=6", imageAlt: "Empress Indigo Gin bottle" },
|
|
|
|
|
{ id: "gin-24", name: "Sipsmith London Dry", price: "$62.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop&_wi=6", imageAlt: "Sipsmith London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-25", name: "Bombay Original Dry", price: "$47.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop&_wi=7", imageAlt: "Bombay Original Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-26", name: "Roku Japanese Gin", price: "$68.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop&_wi=7", imageAlt: "Roku Japanese Gin bottle" },
|
|
|
|
|
{ id: "gin-27", name: "Four Pillars Rare", price: "$71.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop&_wi=7", imageAlt: "Four Pillars Rare Gin bottle" },
|
|
|
|
|
{ id: "gin-28", name: "Bafferts London Dry", price: "$52.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop&_wi=7", imageAlt: "Bafferts London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-29", name: "Sloane's Dry Gin", price: "$49.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop&_wi=8", imageAlt: "Sloane's Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-30", name: "Malfy Gin Con Limone", price: "$57.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop&_wi=8", imageAlt: "Malfy Gin Con Limone bottle" },
|
|
|
|
|
{ id: "gin-31", name: "Brooker's London Dry", price: "$51.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop&_wi=8", imageAlt: "Brooker's London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-32", name: "Luxardo Dry Gin", price: "$64.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop&_wi=8", imageAlt: "Luxardo Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-33", name: "M&H Peaky Blinder", price: "$73.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop&_wi=9", imageAlt: "M&H Peaky Blinder Gin bottle" },
|
|
|
|
|
{ id: "gin-34", name: "Warner Edwards Gin", price: "$59.99", imageSrc: "https://images.unsplash.com/photo-1608603175141-b4e7ca6b9cc3?w=500&h=500&fit=crop&_wi=9", imageAlt: "Warner Edwards Gin bottle" },
|
|
|
|
|
{ id: "gin-35", name: "Fords Gin London Dry", price: "$58.99", imageSrc: "https://images.unsplash.com/photo-1608270861620-7c80b66ce398?w=500&h=500&fit=crop&_wi=9", imageAlt: "Fords Gin London Dry bottle" },
|
|
|
|
|
{ id: "gin-36", name: "The Tarquin's London Dry", price: "$60.99", imageSrc: "https://images.unsplash.com/photo-1599199810694-f3fc466b249b?w=500&h=500&fit=crop&_wi=9", imageAlt: "The Tarquin's London Dry Gin bottle" },
|
|
|
|
|
{ id: "gin-37", name: "Mombasa Club London Dry", price: "$55.99", imageSrc: "https://images.unsplash.com/photo-1510812431401-41d2cab2707c?w=500&h=500&fit=crop&_wi=10", imageAlt: "Mombasa Club London Dry Gin bottle" },
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
export default function GinCollection() {
|
|
|
|
|
|