diff --git a/src/app/page.tsx b/src/app/page.tsx index c80672d..e103bf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,65 +31,29 @@ export default function LandingPage() {
@@ -99,9 +63,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Decades of Local Expertise" description={[ - "Λειβαδιώτης Ευάγγελος has been a cornerstone for building professionals and homeowners in Síviri, Halkidiki. We understand the unique needs of local construction projects, from small home repairs to major commercial developments.", - "Our team is more than just a supplier; we are your partners in building. With deep technical knowledge and a commitment to quality, we ensure you always have the right materials for the job, delivered precisely when you need them.", - ]} + "Λειβαδιώτης Ευάγγελος has been a cornerstone for building professionals and homeowners in Síviri, Halkidiki. We understand the unique needs of local construction projects, from small home repairs to major commercial developments.", "Our team is more than just a supplier; we are your partners in building. With deep technical knowledge and a commitment to quality, we ensure you always have the right materials for the job, delivered precisely when you need them."]} /> @@ -111,31 +73,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: CheckCircle, - title: "Premium Materials", - description: "Sourced from the best manufacturers to ensure durability.", - }, - { - icon: Truck, - title: "Reliable Delivery", - description: "Prompt delivery across the entire Halkidiki region.", - }, - { - icon: Building2, - title: "Technical Guidance", - description: "Expert advice to help you select the ideal materials.", - }, - { - icon: ShieldCheck, - title: "Proven Quality", - description: "High-grade materials tested for longevity.", - }, - { - icon: Clock, - title: "Fast Processing", - description: "Efficient order handling for time-sensitive projects.", - }, + { icon: CheckCircle, title: "Premium Materials", description: "Sourced from the best manufacturers to ensure durability." }, + { icon: Truck, title: "Reliable Delivery", description: "Prompt delivery across the entire Halkidiki region." }, + { icon: Building2, title: "Technical Guidance", description: "Expert advice to help you select the ideal materials." }, + { icon: ShieldCheck, title: "Proven Quality", description: "High-grade materials tested for longevity." }, + { icon: Clock, title: "Fast Processing", description: "Efficient order handling for time-sensitive projects." }, ]} title="Why Builders Choose Us" description="We combine premium products with local service to ensure every construction project succeeds." @@ -149,60 +91,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "1", - brand: "Standard", - name: "Masonry Concrete Blocks", - price: "Contact for pricing", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1939.jpg", - }, - { - id: "2", - brand: "Elite", - name: "Professional Tile Collection", - price: "Contact for pricing", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-putting-up-decorative-vinyls_23-2149683465.jpg", - }, - { - id: "3", - brand: "Standard", - name: "Heavy Duty Sand & Mortar", - price: "Contact for pricing", - rating: 5, - reviewCount: "210", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384873.jpg", - }, - { - id: "4", - brand: "Elite", - name: "Professional Tool Set", - price: "Contact for pricing", - rating: 5, - reviewCount: "55", - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518181.jpg", - }, - { - id: "5", - brand: "Standard", - name: "Portland Cement Bags", - price: "Contact for pricing", - rating: 5, - reviewCount: "340", - imageSrc: "http://img.b2bpic.net/free-photo/industry-construction-equipments-inside-storehouse-factory_114579-2836.jpg", - }, - { - id: "6", - brand: "Elite", - name: "Plumbing Fixture Systems", - price: "Contact for pricing", - rating: 5, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woodworking-gear-rack-joinery-power-tool_482257-104738.jpg", - }, + { id: "1", brand: "Standard", name: "Masonry Concrete Blocks", price: "Contact for pricing", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1939.jpg" }, + { id: "2", brand: "Elite", name: "Professional Tile Collection", price: "Contact for pricing", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/still-life-putting-up-decorative-vinyls_23-2149683465.jpg" }, + { id: "3", brand: "Standard", name: "Heavy Duty Sand & Mortar", price: "Contact for pricing", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/man-working-mdf-boards-warehouse_23-2149384873.jpg" }, + { id: "4", brand: "Elite", name: "Professional Tool Set", price: "Contact for pricing", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518181.jpg" }, + { id: "5", brand: "Standard", name: "Portland Cement Bags", price: "Contact for pricing", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/industry-construction-equipments-inside-storehouse-factory_114579-2836.jpg" }, + { id: "6", brand: "Elite", name: "Plumbing Fixture Systems", price: "Contact for pricing", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woodworking-gear-rack-joinery-power-tool_482257-104738.jpg" }, ]} title="Comprehensive Building Catalog" description="Our curated selection meets all your construction and renovation requirements." @@ -213,31 +107,11 @@ export default function LandingPage() { @@ -324,14 +158,8 @@ export default function LandingPage() {