Bob AI: strip orphan import sections/FeaturesImageCards in src/pages/HomePage.tsx
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import AboutTestimonial from '@/components/sections/about/AboutTestimonial';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeaturesImageCards from '@/components/sections/features/FeaturesImageCards';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards';
|
||||
import ProductImageCards from '@/components/sections/product/ProductImageCards';
|
||||
@@ -58,29 +57,7 @@ export default function HomePage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeaturesImageCards
|
||||
tag="Our Craft"
|
||||
title="The Art of Vino Estate"
|
||||
description="Experience the dedication and expertise behind every bottle, from sustainable vineyard practices to meticulous aging."
|
||||
features={[
|
||||
{
|
||||
title: "Sustainable Cultivation",
|
||||
description: "We honor our land with eco-friendly practices, ensuring vibrant grapes and a thriving ecosystem for future generations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bunch-grapes-vineyard_1398-2095.jpg",
|
||||
},
|
||||
{
|
||||
title: "Traditional Barrel Aging",
|
||||
description: "Our wines mature gracefully in French oak barrels, imparting complex notes and a velvety smooth finish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barrels-cellar_1398-2096.jpg",
|
||||
},
|
||||
{
|
||||
title: "Curated Tasting Experiences",
|
||||
description: "Join us for an unforgettable journey through our varietals, expertly guided by our sommeliers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-wine-restaurant_1098-15549.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="wines" data-section="wines">
|
||||
<ProductQuantityCards
|
||||
|
||||
Reference in New Issue
Block a user