Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6739ff83c0 |
289
src/app/page.tsx
289
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="EL-HAMZAWY STORES"
|
||||
/>
|
||||
@@ -54,44 +42,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="EL-HAMZAWY STORES: Your Premium Choice"
|
||||
description="Discover a wide range of high-quality products curated just for you. Quality, reliability, and satisfaction delivered to your doorstep."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/shops-with-glass-counters-blurry_1203-824.jpg"
|
||||
title="EL-HAMZAWY STORES: Your Hardware Destination"
|
||||
description="Top-grade hardware tools, building materials, and home improvement solutions curated for professionals and DIY enthusiasts."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/industrial-tools-layout_23-2148766155.jpg"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-retails-store-interior-background_74190-5165.jpg",
|
||||
alt: "Abstract blur shopping mall",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142195.jpg",
|
||||
alt: "Owner getting ready",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/men-s-clothing-store-indoor-shopping-center_23-2148225026.jpg",
|
||||
alt: "Men's clothing store",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-blurred-shopping-mall_23-2148225019.jpg",
|
||||
alt: "Top view blurred mall",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-female-florist-with-flower-photo-album-shop_23-2147882084.jpg",
|
||||
alt: "Young florist",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by our happy community"
|
||||
avatarText="Trusted by thousands of contractors"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={true}
|
||||
title="Our Commitment to Quality"
|
||||
title="Quality Tools for Every Project"
|
||||
description={[
|
||||
"EL-HAMZAWY STORES was founded on the belief that everyone deserves access to high-quality goods at reasonable prices.",
|
||||
"We strive to make every shopping experience seamless, from browsing our extensive catalog to the final delivery at your home.",
|
||||
]}
|
||||
"EL-HAMZAWY STORES provides reliable, high-performance hardware for all your construction and home repair needs.", "We prioritize durability, quality, and fair pricing to ensure your projects are completed to the highest standards."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -102,51 +66,13 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Essential Home Goods",
|
||||
price: "$49.99",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-24135.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Modern Kitchen Tool",
|
||||
price: "$29.99",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-trolleys-gift-boxes_23-2148663146.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Office Organizer Kit",
|
||||
price: "$35.00",
|
||||
variant: "Basic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-gym-equipment-with-christmas-theme-decorations_23-2149564381.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Comfort Fabric Set",
|
||||
price: "$65.00",
|
||||
variant: "Deluxe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-adult-woman-talking-phone_23-2148660692.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Smart Lighting Solution",
|
||||
price: "$89.99",
|
||||
variant: "Tech",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-model-career-kit-still-life_23-2150229766.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Outdoor Accessory Pack",
|
||||
price: "$42.50",
|
||||
variant: "Rugged",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-assortment_23-2148666988.jpg",
|
||||
},
|
||||
{ id: "1", name: "Heavy Duty Drill", price: "$120.00", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/power-drill-woodworking-project_23-2148464303.jpg" },
|
||||
{ id: "2", name: "Toolbox Essentials", price: "$85.00", variant: "Set", imageSrc: "http://img.b2bpic.net/free-photo/set-tools-wooden-background_23-2148216110.jpg" },
|
||||
{ id: "3", name: "Precision Screwdrivers", price: "$25.00", variant: "Pro", imageSrc: "http://img.b2bpic.net/free-photo/screwdriver-sets-isolated-white_23-2148216112.jpg" },
|
||||
{ id: "4", name: "Safety Gear Kit", price: "$45.00", variant: "Basic", imageSrc: "http://img.b2bpic.net/free-photo/safety-equipment-construction-site_23-2148216115.jpg" },
|
||||
]}
|
||||
title="Explore Our Catalog"
|
||||
description="Browse our latest arrivals and top-rated items curated for everyday living."
|
||||
title="Hardware Catalog"
|
||||
description="Browse our premium selection of hardware and tools."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -156,39 +82,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Reliability",
|
||||
title: "Fast Shipping",
|
||||
items: [
|
||||
"Next-day dispatch",
|
||||
"Secure packaging",
|
||||
"Order tracking",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Support",
|
||||
title: "24/7 Service",
|
||||
items: [
|
||||
"Dedicated support team",
|
||||
"Instant chat",
|
||||
"Easy returns",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Quality",
|
||||
title: "Verified Goods",
|
||||
items: [
|
||||
"Hand-picked items",
|
||||
"Stringent checks",
|
||||
"Authentic sources",
|
||||
],
|
||||
},
|
||||
{ id: "f1", label: "Durability", title: "Industrial Grade", items: ["Tested quality", "Reliable brands", "Long-lasting"] },
|
||||
{ id: "f2", label: "Expertise", title: "Pro Advice", items: ["Technical support", "Project guides", "Safety tips"] },
|
||||
{ id: "f3", label: "Availability", title: "Fast Stock", items: ["Wide inventory", "Ready for pickup", "Same-day options"] },
|
||||
]}
|
||||
title="Why Shop With Us?"
|
||||
description="We go the extra mile to ensure your satisfaction."
|
||||
title="Why Professionals Choose Us"
|
||||
description="We offer the most reliable hardware solutions in the region."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -196,17 +95,9 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Alpha Corp",
|
||||
"Beta Tech",
|
||||
"Gamma Retail",
|
||||
"Delta Goods",
|
||||
"Epsilon Group",
|
||||
"Zeta Systems",
|
||||
"Eta Ventures",
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
description="We are proud to serve our growing community of happy shoppers."
|
||||
names={["Construction Inc", "BuildGroup", "HomeImprove Pros", "MegaConstruct", "Delta Repairs"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Partnering with the top construction and renovation firms."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -217,24 +108,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
description: "Happy Customers",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "25k+",
|
||||
description: "Orders Shipped",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9/5",
|
||||
description: "Rating",
|
||||
},
|
||||
{ id: "m1", value: "5000+", description: "Projects Supplied" },
|
||||
{ id: "m2", value: "15+ Years", description: "Experience" },
|
||||
{ id: "m3", value: "100%", description: "Quality Satisfaction" },
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Growth and satisfaction in numbers."
|
||||
title="Our Track Record"
|
||||
description="Decades of service and hardware excellence."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -244,50 +123,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Excellent service and high quality products. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Shipping was fast and the quality exceeded my expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-adult-woman-holding-shopping-bags_23-2148660696.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@emilyr",
|
||||
testimonial: "I love shopping here, everything is so well-curated.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-smiling-confident-holding-take-away-paper-bag-street_839833-1756.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "Great prices and wonderful service every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-looking-away-medium-shot_23-2148225705.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena Smith",
|
||||
handle: "@esmith",
|
||||
testimonial: "Fastest delivery I've experienced in a long time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-rights-equality-opportunities-fairness-feminism-concept_53876-121092.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ahmed F.", handle: "@ahmedbuilds", testimonial: "The highest quality tools I've bought for my sites.", rating: 5 },
|
||||
{ id: "2", name: "Sara M.", handle: "@saramprojects", testimonial: "Fast service, knowledgeable staff, great inventory.", rating: 5 },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Customer Stories"
|
||||
description="What our customers are saying about EL-HAMZAWY STORES."
|
||||
title="Client Feedback"
|
||||
description="See what local builders are saying."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -296,24 +137,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long is shipping?",
|
||||
content: "Most orders arrive within 3-5 business days.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What is the return policy?",
|
||||
content: "We offer a 30-day money-back guarantee.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Currently, we ship locally, but watch this space!",
|
||||
},
|
||||
{ id: "q1", title: "Do you offer bulk discounts?", content: "Yes, contact our sales department for bulk pricing." },
|
||||
{ id: "q2", title: "Can I return tools?", content: "Returns are accepted within 14 days with receipt." },
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find answers to our most common shipping and service questions."
|
||||
title="Hardware FAQs"
|
||||
description="Questions about our products and services?"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -322,47 +150,10 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
logoText="EL-HAMZAWY STORES"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Sale",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Catalog", items: [{ label: "Hand Tools", href: "#products" }, { label: "Power Tools", href: "#products" }] },
|
||||
{ title: "Support", items: [{ label: "Safety Info", href: "#" }, { label: "Contact", href: "#" }] },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-blank-vertical-flags-advertising-marketing_187299-47376.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hardware-store-shelves_23-2148216118.jpg"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user