Merge version_1 into main #1
148
src/app/page.tsx
148
src/app/page.tsx
@@ -29,38 +29,28 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Rufrance Multigas"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Rufrance Multigas Corp."
|
||||
description="Providing reliable, high-quality industrial and LPG gas solutions across Cebu. We ensure safety, efficiency, and consistent delivery for all your business and household needs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
{
|
||||
text: "View Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "View Products", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-new-warehouse_1385-442.jpg"
|
||||
@@ -76,38 +66,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Rigorous Safety Standards",
|
||||
author: "Quality Assurance",
|
||||
description: "Every cylinder undergoes thorough safety checks to guarantee premium quality and protection for your family or industry.",
|
||||
tags: [
|
||||
"Safety",
|
||||
"Quality",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-protective-mask-gloves_23-2148773449.jpg",
|
||||
},
|
||||
id: "f1", title: "Rigorous Safety Standards", author: "Quality Assurance", description: "Every cylinder undergoes thorough safety checks to guarantee premium quality and protection for your family or industry.", tags: [
|
||||
"Safety", "Quality"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-worker-with-protective-mask-gloves_23-2148773449.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Efficient Cebu-wide Delivery",
|
||||
author: "Logistics Team",
|
||||
description: "We offer fast and reliable delivery services across Cebu City, ensuring you never run out of supply when you need it most.",
|
||||
tags: [
|
||||
"Fast",
|
||||
"Reliable",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-opening-back-truck-trailer-ready-unload-goods_342744-1312.jpg",
|
||||
},
|
||||
id: "f2", title: "Efficient Cebu-wide Delivery", author: "Logistics Team", description: "We offer fast and reliable delivery services across Cebu City, ensuring you never run out of supply when you need it most.", tags: [
|
||||
"Fast", "Reliable"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truck-driver-opening-back-truck-trailer-ready-unload-goods_342744-1312.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Dedicated Customer Support",
|
||||
author: "Service Excellence",
|
||||
description: "Our team is always ready to assist you with inquiries, bulk orders, and service requirements whenever you need us.",
|
||||
tags: [
|
||||
"Support",
|
||||
"Community",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12842.jpg",
|
||||
},
|
||||
id: "f3", title: "Dedicated Customer Support", author: "Service Excellence", description: "Our team is always ready to assist you with inquiries, bulk orders, and service requirements whenever you need us.", tags: [
|
||||
"Support", "Community"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12842.jpg"},
|
||||
]}
|
||||
title="Why Choose Rufrance"
|
||||
description="Our commitment to quality, safety, and community service has made us a trusted name in the industry across Cebu."
|
||||
@@ -122,47 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Industrial Propane",
|
||||
price: "Available",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290474.jpg",
|
||||
imageAlt: "Industrial Propane",
|
||||
},
|
||||
id: "p1", name: "Industrial Propane", price: "Available", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290474.jpg", imageAlt: "Industrial Propane"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Household LPG Refill",
|
||||
price: "Standard Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290469.jpg",
|
||||
imageAlt: "Household LPG",
|
||||
},
|
||||
id: "p2", name: "Household LPG Refill", price: "Standard Rate", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290469.jpg", imageAlt: "Household LPG"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Medical Grade Oxygen",
|
||||
price: "Per Tank",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg",
|
||||
imageAlt: "Medical Oxygen",
|
||||
},
|
||||
id: "p3", name: "Medical Grade Oxygen", price: "Per Tank", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367580.jpg", imageAlt: "Medical Oxygen"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Acetylene Gas",
|
||||
price: "On Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8137.jpg",
|
||||
imageAlt: "Acetylene Gas",
|
||||
},
|
||||
id: "p4", name: "Acetylene Gas", price: "On Inquiry", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-motorcycle-modern-workshop_158595-8137.jpg", imageAlt: "Acetylene Gas"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Argon Welding Gas",
|
||||
price: "On Inquiry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290463.jpg",
|
||||
imageAlt: "Argon Gas",
|
||||
},
|
||||
id: "p5", name: "Argon Welding Gas", price: "On Inquiry", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290463.jpg", imageAlt: "Argon Gas"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Nitrogen Cooling",
|
||||
price: "Per Tank",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290453.jpg",
|
||||
imageAlt: "Nitrogen Gas",
|
||||
},
|
||||
id: "p6", name: "Nitrogen Cooling", price: "Per Tank", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290453.jpg", imageAlt: "Nitrogen Gas"},
|
||||
]}
|
||||
title="Our Gas Products"
|
||||
description="High-grade industrial gases and household LPG refills available for all business sectors."
|
||||
@@ -175,45 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Great Service!",
|
||||
quote: "Reliable gas supply for our restaurant. Never have to worry about running out.",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-urban-environment-with-thumb-up_23-2147961614.jpg",
|
||||
},
|
||||
id: "t1", title: "Great Service!", quote: "Reliable gas supply for our restaurant. Never have to worry about running out.", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/man-urban-environment-with-thumb-up_23-2147961614.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Always on time",
|
||||
quote: "The team at Rufrance is incredibly responsive. Delivery is always punctual.",
|
||||
name: "Michael Chen",
|
||||
role: "Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg",
|
||||
},
|
||||
id: "t2", title: "Always on time", quote: "The team at Rufrance is incredibly responsive. Delivery is always punctual.", name: "Michael Chen", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-black-auto-mechanic-workshop_637285-9406.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Highly Professional",
|
||||
quote: "Quality service and friendly staff. Best LPG supplier I have worked with.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12794.jpg",
|
||||
},
|
||||
id: "t3", title: "Highly Professional", quote: "Quality service and friendly staff. Best LPG supplier I have worked with.", name: "Emily Rodriguez", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/two-people-working-warehouse_329181-12794.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Safety first",
|
||||
quote: "They really emphasize safety, which is very important for my construction site.",
|
||||
name: "David Kim",
|
||||
role: "Project Head",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-wrench-factory_1303-30636.jpg",
|
||||
},
|
||||
id: "t4", title: "Safety first", quote: "They really emphasize safety, which is very important for my construction site.", name: "David Kim", role: "Project Head", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-using-wrench-factory_1303-30636.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Great Partner",
|
||||
quote: "Consistently high standards and excellent communication. Highly recommend.",
|
||||
name: "Maria Santos",
|
||||
role: "Shop Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-doing-last-touches-piece-wood-sanding-it-with-sandpaper_482257-98142.jpg",
|
||||
},
|
||||
id: "t5", title: "Great Partner", quote: "Consistently high standards and excellent communication. Highly recommend.", name: "Maria Santos", role: "Shop Owner", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-doing-last-touches-piece-wood-sanding-it-with-sandpaper_482257-98142.jpg"},
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="Trusted by businesses and households throughout Cebu."
|
||||
@@ -224,8 +133,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to get started?"
|
||||
description="Contact us today for a quote or delivery inquiries. Our team is ready to serve you across Cebu."
|
||||
|
||||
Reference in New Issue
Block a user