diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3930200..d796dd5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
-import { Book, Coffee, Heart, Mountain, Scissors, Star, Sun, Users } from "lucide-react";
+import { Book, Coffee, Heart, Mountain, Scissors, Star, Sun, Users, Footprints } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,131 +32,33 @@ export default function LandingPage() {
@@ -165,21 +67,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Alpaca Facts & Figures"
metrics={[
- {
- icon: Mountain,
- label: "Altitude Peaks",
- value: "3,000m+",
- },
- {
- icon: Users,
- label: "Happy Visitors",
- value: "15,000+",
- },
- {
- icon: Heart,
- label: "Healthy Alpacas",
- value: "200+",
- },
+ { icon: Mountain, label: "Altitude Peaks", value: "3,000m+" },
+ { icon: Users, label: "Happy Visitors", value: "15,000+" },
+ { icon: Heart, label: "Healthy Alpacas", value: "200+" },
]}
metricsAnimation="blur-reveal"
/>
@@ -191,66 +81,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Highland Treks",
- description: "Hike alongside our gentle alpacas.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool_53876-32435.jpg",
- },
- items: [
- {
- icon: Footprints,
- text: "Easy trails",
- },
- {
- icon: Sun,
- text: "Great views",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-wild-animal-nature_23-2151746887.jpg?_wi=2",
- imageAlt: "alpaca wool luxury texture",
- },
- {
- title: "Artisan Workshops",
- description: "Learn the ancient art of weaving.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-textile-fabric-background_23-2147921852.jpg",
- },
- items: [
- {
- icon: Scissors,
- text: "Handmade",
- },
- {
- icon: Book,
- text: "Expert guidance",
- },
- ],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/colorful-heart-shape-collection-isolated-white-background_40876-3590.jpg",
- imageAlt: "alpaca wool luxury texture",
- },
- {
- title: "Sunset Picnics",
- description: "Dine while the sun paints the sky.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669125.jpg",
- },
- items: [
- {
- icon: Coffee,
- text: "Gourmet food",
- },
- {
- icon: Star,
- text: "Magical ambiance",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/person-using-macrame-technique-indoors_23-2149064446.jpg?_wi=1",
- imageAlt: "alpaca wool luxury texture",
- },
+ { title: "Highland Treks", description: "Hike alongside our gentle alpacas.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-sheep-wool_53876-32435.jpg" }, items: [{ icon: Footprints, text: "Easy trails" }, { icon: Sun, text: "Great views" }], reverse: false },
+ { title: "Artisan Workshops", description: "Learn the ancient art of weaving.", media: { imageSrc: "http://img.b2bpic.net/free-photo/two-different-type-textile-fabric-background_23-2147921852.jpg" }, items: [{ icon: Scissors, text: "Handmade" }, { icon: Book, text: "Expert guidance" }], reverse: true },
+ { title: "Sunset Picnics", description: "Dine while the sun paints the sky.", media: { imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669125.jpg" }, items: [{ icon: Coffee, text: "Gourmet food" }, { icon: Star, text: "Magical ambiance" }], reverse: false }
]}
title="Our Magic Bento Activities"
description="Explore the wonders of our park, curated for joy and tranquility."
@@ -262,183 +95,27 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="bento-grid"
useInvertedBackground={false}
+ animationType="slide-up"
products={[
- {
- id: "p1",
- name: "Silk Scarf",
- price: "$120",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-piles-colorful-cloth-fabrics-shop_181624-20198.jpg",
- },
- {
- id: "p2",
- name: "Wool Sweater",
- price: "$250",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-wearing-beautiful-hat-gray-background_114579-60234.jpg",
- },
- {
- id: "p3",
- name: "Artisan Hat",
- price: "$80",
- imageSrc: "http://img.b2bpic.net/free-photo/colorful-cogwheels-with-yellow-background-top-view_23-2149382409.jpg",
- },
- {
- id: "p4",
- name: "Luxury Blanket",
- price: "$400",
- imageSrc: "http://img.b2bpic.net/free-photo/person-using-macrame-technique-indoors_23-2149064446.jpg?_wi=2",
- },
- {
- id: "p5",
- name: "Alpaca Socks",
- price: "$45",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog-nose-with-blanket_23-2148882558.jpg",
- },
- {
- id: "p6",
- name: "Adventure Kit",
- price: "$150",
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-climbing-top-mount-aizkorri-ascent_181624-49207.jpg",
- },
+ { id: "p1", name: "Silk Scarf", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-piles-colorful-cloth-fabrics-shop_181624-20198.jpg" },
+ { id: "p2", name: "Wool Sweater", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-wearing-beautiful-hat-gray-background_114579-60234.jpg" },
+ { id: "p3", name: "Artisan Hat", price: "$80", imageSrc: "http://img.b2bpic.net/free-photo/colorful-cogwheels-with-yellow-background-top-view_23-2149382409.jpg" },
+ { id: "p4", name: "Luxury Blanket", price: "$400", imageSrc: "http://img.b2bpic.net/free-photo/person-using-macrame-technique-indoors_23-2149064446.jpg" },
+ { id: "p5", name: "Alpaca Socks", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dog-nose-with-blanket_23-2148882558.jpg" },
+ { id: "p6", name: "Adventure Kit", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-climbing-top-mount-aizkorri-ascent_181624-49207.jpg" }
]}
title="Explore Our Luxury Goods"
description="Premium handcrafted treasures from the heart of our farm."
/>
-
-
-
-
-
-
-
-
-
-
-
-
@@ -446,50 +123,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file