diff --git a/src/app/page.tsx b/src/app/page.tsx
index fe3a443..765d00b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,7 +7,9 @@ import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
+import HeroCentered from '@/components/sections/hero/HeroCentered';
+import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
+import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -32,67 +34,34 @@ export default function LandingPage() {
-
+
+
+ ({ id: `c-${i}`, imageSrc: "https://img.b2bpic.net/free-photo/decorative-nuts-concept_23-2147690281.jpg" }))}
+ />
@@ -100,21 +69,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Legacy of Quality"
metrics={[
- {
- icon: Shield,
- label: "Years of Excellence",
- value: "20+",
- },
- {
- icon: Award,
- label: "Happy Families",
- value: "50k+",
- },
- {
- icon: CheckCircle,
- label: "Metric Tons/Year",
- value: "500+",
- },
+ { icon: Shield, label: "Years of Excellence", value: "20+" },
+ { icon: Award, label: "Happy Families", value: "50k+" },
+ { icon: CheckCircle, label: "Metric Tons/Year", value: "500+" },
]}
metricsAnimation="slide-up"
/>
@@ -126,27 +83,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Sustainably Sourced",
- description: "Hand-picked from the finest farms to maintain organic integrity.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-wheelbarrow-with-peanuts_23-2148761783.jpg",
- imageAlt: "Organic Farming",
- },
- {
- title: "Modern Processing",
- description: "State-of-the-art roasting and hygienic processing facility.",
- imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-volunteer-packing-donated-food-cardboard-box_637285-10765.jpg",
- imageAlt: "Processing",
- },
- {
- title: "Secure Logistics",
- description: "Fast and safe shipping to deliver freshness to your doorstep.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-with-food-packages-boxes-pink-job-color-worker-food-delivery-bike-service_179666-22030.jpg",
- imageAlt: "Delivery",
- },
+ { title: "Sustainably Sourced", description: "Hand-picked from the finest farms.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wheelbarrow-with-peanuts_23-2148761783.jpg", imageAlt: "Organic" },
+ { title: "Modern Processing", description: "Hygienic processing facility.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-volunteer-packing-donated-food-cardboard-box_637285-10765.jpg", imageAlt: "Hygienic" },
+ { title: "Secure Logistics", description: "Fast and safe shipping.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-with-food-packages-boxes-pink-job-color-worker-food-delivery-bike-service_179666-22030.jpg", imageAlt: "Logistics" },
]}
title="Why Choose Us"
- description="We ensure premium quality standards in every stage of production."
+ description="We ensure premium quality standards."
/>
@@ -157,211 +99,56 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Classic Roasted",
- price: "$12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-peanuts-assortment-chinese-new-year-treats_23-2148358088.jpg",
- },
- {
- id: "p2",
- name: "Premium Split Kernels",
- price: "$10.00",
- imageSrc: "http://img.b2bpic.net/free-photo/overturned-paper-bag-filled-with-healthy-raw-cashew-nuts_23-2148675507.jpg",
- },
- {
- id: "p3",
- name: "Spicy Masala Mix",
- price: "$14.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-salty-pine-nuts-wooden-bowl-with-shelled-sunflower-seeds_141793-88854.jpg",
- },
- {
- id: "p4",
- name: "Honey Glazed",
- price: "$15.00",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-honey-peanuts-image_839833-17806.jpg",
- },
- {
- id: "p5",
- name: "Raw Whole Nuts",
- price: "$18.00",
- imageSrc: "http://img.b2bpic.net/free-photo/raw-cashews-nuts-bag-dark-background_1150-45360.jpg",
- },
- {
- id: "p6",
- name: "Gourmet Gift Pack",
- price: "$25.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-spoon-with-cashew-black-background_141793-9345.jpg",
- },
+ { id: "p1", name: "Classic Roasted", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-peanuts-assortment-chinese-new-year-treats_23-2148358088.jpg" },
+ { id: "p2", name: "Premium Split", price: "$10.00", imageSrc: "http://img.b2bpic.net/free-photo/overturned-paper-bag-filled-with-healthy-raw-cashew-nuts_23-2148675507.jpg" },
]}
- title="Our Nutty Collection"
- description="Explore our premium range of roasted, salted, and flavored cashews."
+ title="Our Collection"
+ description="Explore our premium range."
/>
);
-}
+}
\ No newline at end of file