Merge version_1 into main #1
180
src/app/page.tsx
180
src/app/page.tsx
@@ -33,23 +33,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Everglory Metal Trading Corporation"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,13 +52,9 @@ export default function LandingPage() {
|
||||
description="Your Trusted Roofing Supplier in Bulacan. High-quality metal roofing and construction materials at affordable prices."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09178365398",
|
||||
},
|
||||
text: "Call Now", href: "tel:09178365398"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/factory-workers-work-wear-yellow-helmets-walking-through-industrial-production-hall-sharing-ideas-about-organization_342744-232.jpg"
|
||||
showDimOverlay={true}
|
||||
@@ -77,14 +66,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"4.3★ Rated Quality",
|
||||
"Trusted by Contractors",
|
||||
"Affordable Materials",
|
||||
"Fast Reliable Service",
|
||||
"Bulacan Leading Supplier",
|
||||
"Stocked Inventory",
|
||||
"Bulk Expert Support",
|
||||
]}
|
||||
"4.3★ Rated Quality", "Trusted by Contractors", "Affordable Materials", "Fast Reliable Service", "Bulacan Leading Supplier", "Stocked Inventory", "Bulk Expert Support"]}
|
||||
title="Why Our Clients Trust Us"
|
||||
description="Providing reliable service and top-tier roofing solutions to builders across Bulacan."
|
||||
/>
|
||||
@@ -107,47 +89,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Metal Roofing Sheets",
|
||||
price: "Contact for pricing",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15961.jpg",
|
||||
},
|
||||
id: "p1", name: "Metal Roofing Sheets", price: "Contact for pricing", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15961.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Roofing Accessories",
|
||||
price: "Competitive rates",
|
||||
variant: "Essential",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530689.jpg",
|
||||
},
|
||||
id: "p2", name: "Roofing Accessories", price: "Competitive rates", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530689.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Delivery Services",
|
||||
price: "Fast & Reliable",
|
||||
variant: "Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388995.jpg",
|
||||
},
|
||||
id: "p3", name: "Delivery Services", price: "Fast & Reliable", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388995.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "In-store Pickup",
|
||||
price: "Ready for loading",
|
||||
variant: "Service",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg",
|
||||
},
|
||||
id: "p4", name: "In-store Pickup", price: "Ready for loading", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-modern-house-roof_23-2149343645.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Bulk Orders",
|
||||
price: "Volume discounts",
|
||||
variant: "Commercial",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-wall_1127-2033.jpg",
|
||||
},
|
||||
id: "p5", name: "Bulk Orders", price: "Volume discounts", variant: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/building-wall_1127-2033.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Custom Sheets",
|
||||
price: "Made to order",
|
||||
variant: "Specialty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-blue-lines-perfect-using-as-background_181624-15180.jpg",
|
||||
},
|
||||
id: "p6", name: "Custom Sheets", price: "Made to order", variant: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-blue-lines-perfect-using-as-background_181624-15180.jpg"},
|
||||
]}
|
||||
title="Our Products"
|
||||
description="Quality metal roofing sheets and construction essentials."
|
||||
@@ -162,19 +114,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Affordable Pricing",
|
||||
description: "We offer the best value for your construction projects.",
|
||||
},
|
||||
title: "Affordable Pricing", description: "We offer the best value for your construction projects."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "High Quality",
|
||||
description: "Only the finest metal sheets and materials sourced locally.",
|
||||
},
|
||||
title: "High Quality", description: "Only the finest metal sheets and materials sourced locally."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Service",
|
||||
description: "Efficient order fulfillment and reliable delivery.",
|
||||
},
|
||||
title: "Fast Service", description: "Efficient order fulfillment and reliable delivery."},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Quality meets reliability at Everglory."
|
||||
@@ -187,45 +133,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Trusted Partner",
|
||||
quote: "Good quality roofing materials, trusted brands.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Contractor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg",
|
||||
},
|
||||
id: "1", title: "Trusted Partner", quote: "Good quality roofing materials, trusted brands.", name: "Sarah Johnson", role: "Contractor", imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Great Value",
|
||||
quote: "Affordable prices compared to others.",
|
||||
name: "Michael Chen",
|
||||
role: "Builder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-red-helmet-celebrating-with-raised-fist_1187-3250.jpg",
|
||||
},
|
||||
id: "2", title: "Great Value", quote: "Affordable prices compared to others.", name: "Michael Chen", role: "Builder", imageSrc: "http://img.b2bpic.net/free-photo/man-with-red-helmet-celebrating-with-raised-fist_1187-3250.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Reliable",
|
||||
quote: "Reliable supplier for roofing needs.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-offering-handshake_23-2148233736.jpg",
|
||||
},
|
||||
id: "3", title: "Reliable", quote: "Reliable supplier for roofing needs.", name: "Emily Rodriguez", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineer-offering-handshake_23-2148233736.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "High Quality",
|
||||
quote: "Excellent material quality and professional team.",
|
||||
name: "David Kim",
|
||||
role: "Developer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124256.jpg",
|
||||
},
|
||||
id: "4", title: "High Quality", quote: "Excellent material quality and professional team.", name: "David Kim", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-workers-site_23-2149124256.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Top Choice",
|
||||
quote: "My go-to supplier for all construction roofing.",
|
||||
name: "John Smith",
|
||||
role: "Contractor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-posing-office_23-2148242969.jpg",
|
||||
},
|
||||
id: "5", title: "Top Choice", quote: "My go-to supplier for all construction roofing.", name: "John Smith", role: "Contractor", imageSrc: "http://img.b2bpic.net/free-photo/smiley-architect-posing-office_23-2148242969.jpg"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="Hear what our Bulacan partners say about us."
|
||||
@@ -240,32 +156,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "8AM-5PM",
|
||||
description: "Mon-Sat",
|
||||
},
|
||||
id: "m1", value: "8AM-5PM", description: "Mon-Sat"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Fast",
|
||||
description: "Delivery",
|
||||
},
|
||||
id: "m2", value: "Fast", description: "Delivery"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Top",
|
||||
description: "Quality",
|
||||
},
|
||||
id: "m3", value: "Top", description: "Quality"},
|
||||
]}
|
||||
title="Get Your Materials Today"
|
||||
description="Call now or request a quote for fast and reliable service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:09178365398",
|
||||
},
|
||||
text: "Call Now", href: "tel:09178365398"},
|
||||
{
|
||||
text: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request Quote", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -274,8 +177,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Get in Touch"
|
||||
description="Visit us at RIS 5 Industrial Complex, Guiguinto, Bulacan or send us a message below."
|
||||
@@ -289,33 +191,21 @@ export default function LandingPage() {
|
||||
logoText="Everglory Metal Trading Corporation"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "0917 836 5398",
|
||||
href: "tel:09178365398",
|
||||
},
|
||||
label: "0917 836 5398", href: "tel:09178365398"},
|
||||
{
|
||||
label: "Guiguinto, Bulacan",
|
||||
href: "#",
|
||||
},
|
||||
label: "Guiguinto, Bulacan", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user