Update src/app/page.tsx
This commit is contained in:
329
src/app/page.tsx
329
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Investment",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Investment", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="LINDE GAS"
|
||||
/>
|
||||
@@ -55,112 +47,65 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Powering Future Innovations"
|
||||
description="Linde Gas delivers premium industrial assets that bridge the gap between high-yield investment and sustainable energy efficiency."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-energy-with-wind-turbines-background_53876-124631.jpg?_wi=1",
|
||||
imageAlt: "Gas infrastructure",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-energy-with-wind-turbines-background_53876-124631.jpg?_wi=1", imageAlt: "Gas infrastructure"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096561.jpg?_wi=1",
|
||||
imageAlt: "Product 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096561.jpg?_wi=1", imageAlt: "Product 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067192.jpg?_wi=1",
|
||||
imageAlt: "Product 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067192.jpg?_wi=1", imageAlt: "Product 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-door_23-2148098632.jpg?_wi=1",
|
||||
imageAlt: "Product 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-door_23-2148098632.jpg?_wi=1", imageAlt: "Product 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buckwheats-buckets-dark-gray-high-angle-view-space-text_176474-2233.jpg?_wi=1",
|
||||
imageAlt: "Product 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buckwheats-buckets-dark-gray-high-angle-view-space-text_176474-2233.jpg?_wi=1", imageAlt: "Product 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-yerba-mate-background_123827-33187.jpg?_wi=1",
|
||||
imageAlt: "Product 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-yerba-mate-background_123827-33187.jpg?_wi=1", imageAlt: "Product 5"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-yerba-mate-background_123827-33187.jpg?_wi=2",
|
||||
imageAlt: "Product 5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-yerba-mate-background_123827-33187.jpg?_wi=2", imageAlt: "Product 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buckwheats-buckets-dark-gray-high-angle-view-space-text_176474-2233.jpg?_wi=2",
|
||||
imageAlt: "Product 4",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buckwheats-buckets-dark-gray-high-angle-view-space-text_176474-2233.jpg?_wi=2", imageAlt: "Product 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-door_23-2148098632.jpg?_wi=2",
|
||||
imageAlt: "Product 3",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-door_23-2148098632.jpg?_wi=2", imageAlt: "Product 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067192.jpg?_wi=2",
|
||||
imageAlt: "Product 2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067192.jpg?_wi=2", imageAlt: "Product 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096561.jpg?_wi=2",
|
||||
imageAlt: "Product 1",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096561.jpg?_wi=2", imageAlt: "Product 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-energy-with-wind-turbines-background_53876-124631.jpg?_wi=2",
|
||||
imageAlt: "Gas infrastructure",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-energy-with-wind-turbines-background_53876-124631.jpg?_wi=2", imageAlt: "Gas infrastructure"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Products", href: "#products"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
|
||||
alt: "Investor 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", alt: "Investor 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg",
|
||||
alt: "Investor 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg", alt: "Investor 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
alt: "Investor 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Investor 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg",
|
||||
alt: "Investor 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg", alt: "Investor 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg",
|
||||
alt: "Investor 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg", alt: "Investor 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ global partners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Energy Efficiency",
|
||||
},
|
||||
type: "text", text: "Energy Efficiency"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Gas",
|
||||
},
|
||||
type: "text", text: "Sustainable Gas"},
|
||||
{
|
||||
type: "text",
|
||||
text: "High ROI",
|
||||
},
|
||||
type: "text", text: "High ROI"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Industrial Growth",
|
||||
},
|
||||
type: "text", text: "Industrial Growth"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Capital Security",
|
||||
},
|
||||
type: "text", text: "Capital Security"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,19 +117,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Reliability",
|
||||
value: "99.9%",
|
||||
},
|
||||
label: "Reliability", value: "99.9%"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Quality Standard",
|
||||
value: "Global",
|
||||
},
|
||||
label: "Quality Standard", value: "Global"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Energy Yield",
|
||||
value: "High",
|
||||
},
|
||||
label: "Energy Yield", value: "High"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -198,40 +137,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "MASS GAS",
|
||||
price: "$80",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096561.jpg?_wi=3",
|
||||
},
|
||||
id: "p1", name: "MASS GAS", price: "$80", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096561.jpg?_wi=3"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "SOLAR CONVERTOR",
|
||||
price: "$150",
|
||||
variant: "High-Efficiency",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067192.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", name: "SOLAR CONVERTOR", price: "$150", variant: "High-Efficiency", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067192.jpg?_wi=3"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "OXYGEN TANK",
|
||||
price: "$300",
|
||||
variant: "Medical Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-door_23-2148098632.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", name: "OXYGEN TANK", price: "$300", variant: "Medical Grade", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-door_23-2148098632.jpg?_wi=3"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "NPK COMPOUNDS",
|
||||
price: "$500",
|
||||
variant: "High Yield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/buckwheats-buckets-dark-gray-high-angle-view-space-text_176474-2233.jpg?_wi=3",
|
||||
},
|
||||
id: "p4", name: "NPK COMPOUNDS", price: "$500", variant: "High Yield", imageSrc: "http://img.b2bpic.net/free-photo/buckwheats-buckets-dark-gray-high-angle-view-space-text_176474-2233.jpg?_wi=3"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "EXTRACTED COMPOST",
|
||||
price: "$900",
|
||||
variant: "Organic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-yerba-mate-background_123827-33187.jpg?_wi=3",
|
||||
},
|
||||
id: "p5", name: "EXTRACTED COMPOST", price: "$900", variant: "Organic", imageSrc: "http://img.b2bpic.net/free-photo/traditional-yerba-mate-background_123827-33187.jpg?_wi=3"},
|
||||
]}
|
||||
title="Industrial Essentials"
|
||||
description="Premium grade products designed for long-term operational excellence."
|
||||
@@ -245,89 +159,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "mass",
|
||||
tag: "Industrial",
|
||||
price: "$160",
|
||||
period: "50 days",
|
||||
description: "Returns $3.20/day.",
|
||||
button: {
|
||||
text: "Invest",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"50 days duration",
|
||||
"Daily interest",
|
||||
"Capital doubling",
|
||||
],
|
||||
id: "mass", tag: "Industrial", price: "$160", period: "50 days", description: "Returns $3.20/day.", button: {
|
||||
text: "Invest", href: "#"},
|
||||
featuresTitle: "Included", features: [
|
||||
"50 days duration", "Daily interest", "Capital doubling"],
|
||||
},
|
||||
{
|
||||
id: "solar",
|
||||
tag: "Energy",
|
||||
price: "$300",
|
||||
period: "50 days",
|
||||
description: "Returns $6.00/day.",
|
||||
button: {
|
||||
text: "Invest",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"50 days duration",
|
||||
"Daily interest",
|
||||
"Capital doubling",
|
||||
],
|
||||
id: "solar", tag: "Energy", price: "$300", period: "50 days", description: "Returns $6.00/day.", button: {
|
||||
text: "Invest", href: "#"},
|
||||
featuresTitle: "Included", features: [
|
||||
"50 days duration", "Daily interest", "Capital doubling"],
|
||||
},
|
||||
{
|
||||
id: "oxygen",
|
||||
tag: "Medical",
|
||||
price: "$600",
|
||||
period: "50 days",
|
||||
description: "Returns $12.00/day.",
|
||||
button: {
|
||||
text: "Invest",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"50 days duration",
|
||||
"Daily interest",
|
||||
"Capital doubling",
|
||||
],
|
||||
id: "oxygen", tag: "Medical", price: "$600", period: "50 days", description: "Returns $12.00/day.", button: {
|
||||
text: "Invest", href: "#"},
|
||||
featuresTitle: "Included", features: [
|
||||
"50 days duration", "Daily interest", "Capital doubling"],
|
||||
},
|
||||
{
|
||||
id: "npk",
|
||||
tag: "Agriculture",
|
||||
price: "$1000",
|
||||
period: "50 days",
|
||||
description: "Returns $20.00/day.",
|
||||
button: {
|
||||
text: "Invest",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"50 days duration",
|
||||
"Daily interest",
|
||||
"Capital doubling",
|
||||
],
|
||||
id: "npk", tag: "Agriculture", price: "$1000", period: "50 days", description: "Returns $20.00/day.", button: {
|
||||
text: "Invest", href: "#"},
|
||||
featuresTitle: "Included", features: [
|
||||
"50 days duration", "Daily interest", "Capital doubling"],
|
||||
},
|
||||
{
|
||||
id: "compost",
|
||||
tag: "Organic",
|
||||
price: "$1800",
|
||||
period: "50 days",
|
||||
description: "Returns $36.00/day.",
|
||||
button: {
|
||||
text: "Invest",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"50 days duration",
|
||||
"Daily interest",
|
||||
"Capital doubling",
|
||||
],
|
||||
id: "compost", tag: "Organic", price: "$1800", period: "50 days", description: "Returns $36.00/day.", button: {
|
||||
text: "Invest", href: "#"},
|
||||
featuresTitle: "Included", features: [
|
||||
"50 days duration", "Daily interest", "Capital doubling"],
|
||||
},
|
||||
]}
|
||||
title="50-Day Yield Investment"
|
||||
@@ -342,26 +201,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Happy Investors",
|
||||
description: "Joining the growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wind-energy-with-wind-turbines-background_53876-124631.jpg?_wi=3",
|
||||
},
|
||||
id: "m1", value: "500+", title: "Happy Investors", description: "Joining the growth.", imageSrc: "http://img.b2bpic.net/free-photo/wind-energy-with-wind-turbines-background_53876-124631.jpg?_wi=3"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "$5M+",
|
||||
title: "Capital Managed",
|
||||
description: "Secure growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096561.jpg?_wi=4",
|
||||
},
|
||||
id: "m2", value: "$5M+", title: "Capital Managed", description: "Secure growth.", imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096561.jpg?_wi=4"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "12+",
|
||||
title: "Countries Served",
|
||||
description: "Global reach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067192.jpg?_wi=4",
|
||||
},
|
||||
id: "m3", value: "12+", title: "Countries Served", description: "Global reach.", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067192.jpg?_wi=4"},
|
||||
]}
|
||||
title="Market Impact"
|
||||
description="Numbers behind our success."
|
||||
@@ -375,40 +219,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Smith",
|
||||
handle: "@jsmith",
|
||||
testimonial: "The best ROI I've seen in the industrial sector.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg",
|
||||
},
|
||||
id: "1", name: "John Smith", handle: "@jsmith", testimonial: "The best ROI I've seen in the industrial sector.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Doe",
|
||||
handle: "@jdoe",
|
||||
testimonial: "Daily payouts are consistent and reliable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Jane Doe", handle: "@jdoe", testimonial: "Daily payouts are consistent and reliable.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg?_wi=1"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mark Wilson",
|
||||
handle: "@mwilson",
|
||||
testimonial: "Professional team and transparent model.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
},
|
||||
id: "3", name: "Mark Wilson", handle: "@mwilson", testimonial: "Professional team and transparent model.", imageSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alice Brown",
|
||||
handle: "@abrown",
|
||||
testimonial: "Very satisfied with the NPK investment plan.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Alice Brown", handle: "@abrown", testimonial: "Very satisfied with the NPK investment plan.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg?_wi=2"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Lee",
|
||||
handle: "@dlee",
|
||||
testimonial: "Exceptional clarity in the investment process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg",
|
||||
},
|
||||
id: "5", name: "David Lee", handle: "@dlee", testimonial: "Exceptional clarity in the investment process.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-happy-businessman-looking-camera_23-2148113005.jpg"},
|
||||
]}
|
||||
title="Trusted Partners"
|
||||
description="Hear from our satisfied investors."
|
||||
@@ -422,15 +241,9 @@ export default function LandingPage() {
|
||||
description="Ready to scale your investment? Let's talk."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wind-energy-with-wind-turbines-background_53876-124631.jpg?_wi=4"
|
||||
/>
|
||||
@@ -440,16 +253,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="LINDE GAS"
|
||||
leftLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user