Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>FreshFruit - Premium Quality Fruits</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| .fruit-card:hover .fruit-img { | |
| transform: scale(1.05); | |
| transition: transform 0.3s ease; | |
| } | |
| .hero-bg { | |
| background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1619566636858-adf3ef46400b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .testimonial-card { | |
| transition: all 0.3s ease; | |
| } | |
| .testimonial-card:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-lg sticky top-0 z-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-20 items-center"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <i class="fas fa-apple-alt text-3xl text-green-600 mr-2"></i> | |
| <span class="text-xl font-bold text-gray-800">FreshFruit</span> | |
| </div> | |
| </div> | |
| <div class="hidden md:block"> | |
| <div class="ml-10 flex items-center space-x-4"> | |
| <a href="#" class="text-green-600 px-3 py-2 rounded-md text-sm font-medium">Home</a> | |
| <a href="#products" class="text-gray-600 hover:text-green-600 px-3 py-2 rounded-md text-sm font-medium">Products</a> | |
| <a href="#about" class="text-gray-600 hover:text-green-600 px-3 py-2 rounded-md text-sm font-medium">About</a> | |
| <a href="#testimonials" class="text-gray-600 hover:text-green-600 px-3 py-2 rounded-md text-sm font-medium">Testimonials</a> | |
| <a href="#contact" class="text-gray-600 hover:text-green-600 px-3 py-2 rounded-md text-sm font-medium">Contact</a> | |
| </div> | |
| </div> | |
| <div class="flex items-center"> | |
| <button class="md:hidden text-gray-600"> | |
| <i class="fas fa-bars text-xl"></i> | |
| </button> | |
| <div class="hidden md:block ml-4"> | |
| <button class="bg-green-600 text-white px-4 py-2 rounded-md hover:bg-green-700 transition"> | |
| <i class="fas fa-shopping-cart mr-2"></i> Shop Now | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section class="hero-bg text-white py-32 px-4"> | |
| <div class="max-w-7xl mx-auto text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6">Fresh Fruits Delivered to Your Door</h1> | |
| <p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Enjoy the freshest, organic fruits handpicked from local farms. Your health is our priority.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <button class="bg-green-600 hover:bg-green-700 text-white px-8 py-4 rounded-md font-bold text-lg transition"> | |
| Shop Now <i class="fas fa-arrow-right ml-2"></i> | |
| </button> | |
| <button class="bg-white hover:bg-gray-100 text-green-700 px-8 py-4 rounded-md font-bold text-lg transition"> | |
| Learn More <i class="fas fa-info-circle ml-2"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section class="py-16 bg-gray-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="text-center p-6 bg-white rounded-lg shadow-sm"> | |
| <div class="mx-auto flex items-center justify-center h-16 w-16 rounded-full bg-green-100 mb-4"> | |
| <i class="fas fa-leaf text-green-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">100% Organic</h3> | |
| <p class="text-gray-600">All our fruits are grown without synthetic pesticides or fertilizers.</p> | |
| </div> | |
| <div class="text-center p-6 bg-white rounded-lg shadow-sm"> | |
| <div class="mx-auto flex items-center justify-center h-16 w-16 rounded-full bg-green-100 mb-4"> | |
| <i class="fas fa-truck text-green-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">Fast Delivery</h3> | |
| <p class="text-gray-600">Get your fresh fruits delivered within 24 hours of ordering.</p> | |
| </div> | |
| <div class="text-center p-6 bg-white rounded-lg shadow-sm"> | |
| <div class="mx-auto flex items-center justify-center h-16 w-16 rounded-full bg-green-100 mb-4"> | |
| <i class="fas fa-heart text-green-600 text-2xl"></i> | |
| </div> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">Quality Guarantee</h3> | |
| <p class="text-gray-600">Not satisfied? We offer a 100% money-back guarantee.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Products Section --> | |
| <section id="products" class="py-16"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">Our Fresh Selection</h2> | |
| <p class="text-xl text-gray-600 max-w-2xl mx-auto">Handpicked fruits delivered at peak ripeness for maximum flavor and nutrition.</p> | |
| </div> | |
| <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8"> | |
| <!-- Product 1 --> | |
| <div class="fruit-card bg-white rounded-lg overflow-hidden shadow-md"> | |
| <div class="p-4 h-48 overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1568702846914-96b305d2aaeb?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" | |
| alt="Apples" class="fruit-img w-full h-full object-cover rounded-lg"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="text-xl font-semibold text-gray-900 mb-2">Crispy Apples</h3> | |
| <div class="flex justify-between items-center mb-3"> | |
| <span class="text-green-600 font-bold">$2.99/lb</span> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| </div> | |
| <button class="w-full bg-green-600 hover:bg-green-700 text-white py-2 rounded-md transition"> | |
| Add to Cart <i class="fas fa-cart-plus ml-2"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Product 2 --> | |
| <div class="fruit-card bg-white rounded-lg overflow-hidden shadow-md"> | |
| <div class="p-4 h-48 overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1550258987-190a2d41a8ba?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" | |
| alt="Oranges" class="fruit-img w-full h-full object-cover rounded-lg"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="text-xl font-semibold text-gray-900 mb-2">Juicy Oranges</h3> | |
| <div class="flex justify-between items-center mb-3"> | |
| <span class="text-green-600 font-bold">$3.49/lb</span> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <button class="w-full bg-green-600 hover:bg-green-700 text-white py-2 rounded-md transition"> | |
| Add to Cart <i class="fas fa-cart-plus ml-2"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Product 3 --> | |
| <div class="fruit-card bg-white rounded-lg overflow-hidden shadow-md"> | |
| <div class="p-4 h-48 overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1559181567-c3190ca9959b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" | |
| alt="Strawberries" class="fruit-img w-full h-full object-cover rounded-lg"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="text-xl font-semibold text-gray-900 mb-2">Sweet Strawberries</h3> | |
| <div class="flex justify-between items-center mb-3"> | |
| <span class="text-green-600 font-bold">$4.99/lb</span> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="far fa-star"></i> | |
| </div> | |
| </div> | |
| <button class="w-full bg-green-600 hover:bg-green-700 text-white py-2 rounded-md transition"> | |
| Add to Cart <i class="fas fa-cart-plus ml-2"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Product 4 --> | |
| <div class="fruit-card bg-white rounded-lg overflow-hidden shadow-md"> | |
| <div class="p-4 h-48 overflow-hidden"> | |
| <img src="https://images.unsplash.com/photo-1550258987-190a2d41a8ba?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" | |
| alt="Bananas" class="fruit-img w-full h-full object-cover rounded-lg"> | |
| </div> | |
| <div class="p-4"> | |
| <h3 class="text-xl font-semibold text-gray-900 mb-2">Ripe Bananas</h3> | |
| <div class="flex justify-between items-center mb-3"> | |
| <span class="text-green-600 font-bold">$1.49/lb</span> | |
| <div class="flex text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| <i class="far fa-star"></i> | |
| </div> | |
| </div> | |
| <button class="w-full bg-green-600 hover:bg-green-700 text-white py-2 rounded-md transition"> | |
| Add to Cart <i class="fas fa-cart-plus ml-2"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-12"> | |
| <button class="border-2 border-green-600 text-green-600 hover:bg-green-600 hover:text-white px-8 py-3 rounded-md font-bold text-lg transition"> | |
| View All Products <i class="fas fa-chevron-right ml-2"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="about" class="py-16 bg-green-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:flex items-center"> | |
| <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-6">Our Story</h2> | |
| <p class="text-gray-600 mb-4">Founded in 2010, FreshFruit began as a small family farm with a passion for growing the highest quality organic fruits. What started as a roadside stand has grown into a trusted online fruit delivery service serving thousands of happy customers nationwide.</p> | |
| <p class="text-gray-600 mb-6">We partner with local farmers who share our commitment to sustainable agriculture and ethical farming practices. Every fruit we sell is hand-selected at peak ripeness to ensure maximum flavor and nutritional value.</p> | |
| <div class="flex flex-wrap gap-4"> | |
| <div class="flex items-center"> | |
| <i class="fas fa-check-circle text-green-600 mr-2"></i> | |
| <span class="text-gray-700">100% Organic</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i class="fas fa-check-circle text-green-600 mr-2"></i> | |
| <span class="text-gray-700">Locally Sourced</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <i class="fas fa-check-circle text-green-600 mr-2"></i> | |
| <span class="text-gray-700">Sustainable Farming</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <div class="grid grid-cols-2 gap-4"> | |
| <div class="rounded-lg overflow-hidden shadow-md"> | |
| <img src="https://images.unsplash.com/photo-1518977676601-b53f82aba655?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" | |
| alt="Farm" class="w-full h-64 object-cover"> | |
| </div> | |
| <div class="rounded-lg overflow-hidden shadow-md"> | |
| <img src="https://images.unsplash.com/photo-1606787366850-de6330128bfc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" | |
| alt="Harvest" class="w-full h-64 object-cover"> | |
| </div> | |
| <div class="rounded-lg overflow-hidden shadow-md"> | |
| <img src="https://images.unsplash.com/photo-1515543904379-018bda6d8e0e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" | |
| alt="Delivery" class="w-full h-64 object-cover"> | |
| </div> | |
| <div class="rounded-lg overflow-hidden shadow-md"> | |
| <img src="https://images.unsplash.com/photo-1542838132-92c53300491e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1374&q=80" | |
| alt="Market" class="w-full h-64 object-cover"> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section id="testimonials" class="py-16"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-12"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-4">What Our Customers Say</h2> | |
| <p class="text-xl text-gray-600 max-w-2xl mx-auto">Don't just take our word for it - hear from our satisfied customers!</p> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="testimonial-card bg-white p-6 rounded-lg shadow-sm"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex text-yellow-400 mr-2"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| <span class="text-gray-500 text-sm">2 days ago</span> | |
| </div> | |
| <p class="text-gray-700 mb-4">"The strawberries were so sweet and fresh! I've never tasted anything like them from a grocery store. Will definitely be ordering again!"</p> | |
| <div class="flex items-center"> | |
| <img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Sarah J." class="w-10 h-10 rounded-full mr-3"> | |
| <div> | |
| <h4 class="font-medium text-gray-900">Sarah J.</h4> | |
| <p class="text-gray-500 text-sm">New York, NY</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="testimonial-card bg-white p-6 rounded-lg shadow-sm"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex text-yellow-400 mr-2"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| <span class="text-gray-500 text-sm">1 week ago</span> | |
| </div> | |
| <p class="text-gray-700 mb-4">"I've been a customer for 3 years now and the quality is consistently excellent. The apples are always crisp and the oranges are so juicy!"</p> | |
| <div class="flex items-center"> | |
| <img src="https://randomuser.me/api/portraits/men/44.jpg" alt="Michael T." class="w-10 h-10 rounded-full mr-3"> | |
| <div> | |
| <h4 class="font-medium text-gray-900">Michael T.</h4> | |
| <p class="text-gray-500 text-sm">Chicago, IL</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="testimonial-card bg-white p-6 rounded-lg shadow-sm"> | |
| <div class="flex items-center mb-4"> | |
| <div class="flex text-yellow-400 mr-2"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| <span class="text-gray-500 text-sm">3 days ago</span> | |
| </div> | |
| <p class="text-gray-700 mb-4">"The delivery was super fast and everything arrived in perfect condition. My kids love the fruit boxes we get every week!"</p> | |
| <div class="flex items-center"> | |
| <img src="https://randomuser.me/api/portraits/women/68.jpg" alt="Lisa M." class="w-10 h-10 rounded-full mr-3"> | |
| <div> | |
| <h4 class="font-medium text-gray-900">Lisa M.</h4> | |
| <p class="text-gray-500 text-sm">Austin, TX</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Newsletter Section --> | |
| <section class="py-16 bg-green-600 text-white"> | |
| <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center"> | |
| <h2 class="text-3xl font-bold mb-6">Join Our Fruit Lovers Club</h2> | |
| <p class="text-xl mb-8">Sign up for our newsletter and get 10% off your first order plus weekly fruit tips and recipes!</p> | |
| <form class="max-w-md mx-auto"> | |
| <div class="flex flex-col sm:flex-row gap-2"> | |
| <input type="email" placeholder="Your email address" class="flex-grow px-4 py-3 rounded-md text-gray-900 focus:outline-none"> | |
| <button type="submit" class="bg-white text-green-700 hover:bg-gray-100 px-6 py-3 rounded-md font-bold transition"> | |
| Subscribe <i class="fas fa-paper-plane ml-2"></i> | |
| </button> | |
| </div> | |
| </form> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-16"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:flex"> | |
| <div class="lg:w-1/2 mb-8 lg:mb-0 lg:pr-12"> | |
| <h2 class="text-3xl font-bold text-gray-900 mb-6">Get In Touch</h2> | |
| <p class="text-gray-600 mb-6">Have questions about our products or services? We'd love to hear from you!</p> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-10 w-10 rounded-full bg-green-100 flex items-center justify-center text-green-600 mr-4"> | |
| <i class="fas fa-map-marker-alt"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-gray-900">Our Location</h4> | |
| <p class="text-gray-600">123 Fruit Lane, Orchard City, CA 90210</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-10 w-10 rounded-full bg-green-100 flex items-center justify-center text-green-600 mr-4"> | |
| <i class="fas fa-phone-alt"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-gray-900">Call Us</h4> | |
| <p class="text-gray-600">(800) 555-FRUIT</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-10 w-10 rounded-full bg-green-100 flex items-center justify-center text-green-600 mr-4"> | |
| <i class="fas fa-envelope"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium text-gray-900">Email Us</h4> | |
| <p class="text-gray-600">hello@freshfruit.com</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-8"> | |
| <h4 class="font-medium text-gray-900 mb-4">Follow Us</h4> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="h-10 w-10 rounded-full bg-gray-100 flex items-center justify-center text-gray-600 hover:bg-green-600 hover:text-white transition"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="h-10 w-10 rounded-full bg-gray-100 flex items-center justify-center text-gray-600 hover:bg-green-600 hover:text-white transition"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="h-10 w-10 rounded-full bg-gray-100 flex items-center justify-center text-gray-600 hover:bg-green-600 hover:text-white transition"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="h-10 w-10 rounded-full bg-gray-100 flex items-center justify-center text-gray-600 hover:bg-green-600 hover:text-white transition"> | |
| <i class="fab fa-pinterest-p"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="lg:w-1/2"> | |
| <div class="bg-white p-6 rounded-lg shadow-md"> | |
| <h3 class="text-xl font-semibold text-gray-900 mb-6">Send Us a Message</h3> | |
| <form> | |
| <div class="mb-4"> | |
| <label for="name" class="block text-gray-700 mb-2">Your Name</label> | |
| <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-green-600"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="email" class="block text-gray-700 mb-2">Email Address</label> | |
| <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-green-600"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="subject" class="block text-gray-700 mb-2">Subject</label> | |
| <input type="text" id="subject" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-green-600"> | |
| </div> | |
| <div class="mb-4"> | |
| <label for="message" class="block text-gray-700 mb-2">Message</label> | |
| <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-green-600"></textarea> | |
| </div> | |
| <button type="submit" class="w-full bg-green-600 hover:bg-green-700 text-white py-3 rounded-md font-bold transition"> | |
| Send Message <i class="fas fa-paper-plane ml-2"></i> | |
| </button> | |
| </form> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-white py-12"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <div class="flex items-center mb-4"> | |
| <i class="fas fa-apple-alt text-3xl text-green-400 mr-2"></i> | |
| <span class="text-xl font-bold">FreshFruit</span> | |
| </div> | |
| <p class="text-gray-400">Delivering fresh, organic fruits straight from farm to table since 2010.</p> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Quick Links</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Home</a></li> | |
| <li><a href="#products" class="text-gray-400 hover:text-white transition">Products</a></li> | |
| <li><a href="#about" class="text-gray-400 hover:text-white transition">About Us</a></li> | |
| <li><a href="#testimonials" class="text-gray-400 hover:text-white transition">Testimonials</a></li> | |
| <li><a href="#contact" class="text-gray-400 hover:text-white transition">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Information</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Shipping Policy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Return Policy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Privacy Policy</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">Terms & Conditions</a></li> | |
| <li><a href="#" class="text-gray-400 hover:text-white transition">FAQ</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-lg font-semibold mb-4">Payment Methods</h4> | |
| <div class="flex flex-wrap gap-3"> | |
| <div class="bg-white p-2 rounded"> | |
| <i class="fab fa-cc-visa text-2xl text-blue-800"></i> | |
| </div> | |
| <div class="bg-white p-2 rounded"> | |
| <i class="fab fa-cc-mastercard text-2xl text-red-600"></i> | |
| </div> | |
| <div class="bg-white p-2 rounded"> | |
| <i class="fab fa-cc-amex text-2xl text-blue-500"></i> | |
| </div> | |
| <div class="bg-white p-2 rounded"> | |
| <i class="fab fa-cc-paypal text-2xl text-blue-600"></i> | |
| </div> | |
| <div class="bg-white p-2 rounded"> | |
| <i class="fab fa-apple-pay text-2xl"></i> | |
| </div> | |
| </div> | |
| <div class="mt-6"> | |
| <h4 class="text-lg font-semibold mb-2">Download Our App</h4> | |
| <div class="flex space-x-2"> | |
| <button class="bg-black text-white px-3 py-2 rounded flex items-center"> | |
| <i class="fab fa-apple mr-2"></i> | |
| <div class="text-left"> | |
| <div class="text-xs">Download on the</div> | |
| <div class="text-sm font-bold">App Store</div> | |
| </div> | |
| </button> | |
| <button class="bg-black text-white px-3 py-2 rounded flex items-center"> | |
| <i class="fab fa-google-play mr-2"></i> | |
| <div class="text-left"> | |
| <div class="text-xs">Get it on</div> | |
| <div class="text-sm font-bold">Google Play</div> | |
| </div> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400"> | |
| <p>© 2023 FreshFruit. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <!-- Back to Top Button --> | |
| <button id="backToTop" class="fixed bottom-6 right-6 bg-green-600 text-white p-3 rounded-full shadow-lg opacity-0 invisible transition-all duration-300"> | |
| <i class="fas fa-arrow-up"></i> | |
| </button> | |
| <script> | |
| // Back to Top Button | |
| const backToTopButton = document.getElementById('backToTop'); | |
| window.addEventListener('scroll', () => { | |
| if (window.pageYOffset > 300) { | |
| backToTopButton.classList.remove('opacity-0', 'invisible'); | |
| backToTopButton.classList.add('opacity-100', 'visible'); | |
| } else { | |
| backToTopButton.classList.remove('opacity-100', 'visible'); | |
| backToTopButton.classList.add('opacity-0', 'invisible'); | |
| } | |
| }); | |
| backToTopButton.addEventListener('click', () => { | |
| window.scrollTo({ | |
| top: 0, | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| // Mobile Menu Toggle (would need more implementation) | |
| document.querySelector('.md\\:hidden').addEventListener('click', function() { | |
| // This would toggle a mobile menu in a real implementation | |
| alert('Mobile menu would open here in a complete implementation'); | |
| }); | |
| // Simple form validation for newsletter | |
| document.querySelector('form').addEventListener('submit', function(e) { | |
| const email = this.querySelector('input[type="email"]').value; | |
| if (!email) { | |
| e.preventDefault(); | |
| alert('Please enter your email address'); | |
| } | |
| }); | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=QEntanglement/space-and-beyond" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |