Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0dfd3b72f0 | |||
| 772448bc20 | |||
| f182a0bb85 | |||
| d8c03e7db4 | |||
| 58141395dc | |||
| f7d3e4f545 | |||
| f03b56d897 |
@@ -32,6 +32,7 @@ export default function BlogPage() {
|
|||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Results", id: "results" },
|
{ name: "Results", id: "results" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
|
{ name: "Products", id: "products" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Start Transformation", href: "#contact" }}
|
button={{ text: "Start Transformation", href: "#contact" }}
|
||||||
@@ -66,6 +67,7 @@ export default function BlogPage() {
|
|||||||
{ label: "Home", href: "#" },
|
{ label: "Home", href: "#" },
|
||||||
{ label: "Services", href: "#services" },
|
{ label: "Services", href: "#services" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
|
{ label: "Products", href: "#products" },
|
||||||
{ label: "Results", href: "#results" }
|
{ label: "Results", href: "#results" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -7,11 +7,12 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
|||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||||
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import { Award, CheckCircle, Sparkles } from "lucide-react";
|
import { Award, CheckCircle, Sparkles, Package } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -34,6 +35,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Results", id: "results" },
|
{ name: "Results", id: "results" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
|
{ name: "Products", id: "products" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
@@ -163,6 +165,28 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="products" data-section="products">
|
||||||
|
<ProductCardFour
|
||||||
|
title="Maxximize Kits"
|
||||||
|
description="Complete personal optimization kits designed to accelerate your transformation journey."
|
||||||
|
products={[
|
||||||
|
{
|
||||||
|
id: "lite", name: "Looks Lite", price: "$149", variant: "Essential Essentials 5 Items", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottle-skincare-product-white-background_90220-1639.jpg", imageAlt: "Looks Lite Kit", isFavorited: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "mid", name: "Looks Mid", price: "$299", variant: "Complete System 12 Items", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cosmetics-arranged_23-2149351023.jpg", imageAlt: "Looks Mid Kit", isFavorited: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "max", name: "Looks MAX", price: "$499", variant: "Premium Bundle 20 Items", imageSrc: "http://img.b2bpic.net/free-photo/spa-background-with-bottles-products_23-2148707810.jpg", imageAlt: "Looks MAX Kit", isFavorited: false
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardTwo
|
<TestimonialCardTwo
|
||||||
title="Client Success Stories"
|
title="Client Success Stories"
|
||||||
@@ -248,6 +272,7 @@ export default function LandingPage() {
|
|||||||
{ label: "Home", href: "#" },
|
{ label: "Home", href: "#" },
|
||||||
{ label: "Services", href: "#services" },
|
{ label: "Services", href: "#services" },
|
||||||
{ label: "Pricing", href: "#pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
|
{ label: "Products", href: "#products" },
|
||||||
{ label: "Results", href: "#results" }
|
{ label: "Results", href: "#results" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -97,8 +97,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{"name":"Services","id":"services"},
|
{"name":"Services","id":"services"},
|
||||||
{"name":"Results","id":"results"},
|
{"name":"Results","id":"results"},
|
||||||
{"name":"Pricing","id":"pricing"},
|
{"name":"Pricing","id":"pricing"},
|
||||||
{"name":"Contact","id":"contact"},
|
{"name":"Products","id":"products"},
|
||||||
{"name":"Shop","id":"/shop"}
|
{"name":"Contact","id":"contact"}
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -109,7 +109,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Results","href":"#results"}]},
|
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||||
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
||||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
||||||
]}
|
]}
|
||||||
@@ -145,8 +145,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{"name":"Services","id":"services"},
|
{"name":"Services","id":"services"},
|
||||||
{"name":"Results","id":"results"},
|
{"name":"Results","id":"results"},
|
||||||
{"name":"Pricing","id":"pricing"},
|
{"name":"Pricing","id":"pricing"},
|
||||||
{"name":"Contact","id":"contact"},
|
{"name":"Products","id":"products"},
|
||||||
{"name":"Shop","id":"/shop"}
|
{"name":"Contact","id":"contact"}
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -165,7 +165,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Results","href":"#results"}]},
|
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||||
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
||||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
||||||
]}
|
]}
|
||||||
@@ -200,8 +200,8 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{"name":"Services","id":"services"},
|
{"name":"Services","id":"services"},
|
||||||
{"name":"Results","id":"results"},
|
{"name":"Results","id":"results"},
|
||||||
{"name":"Pricing","id":"pricing"},
|
{"name":"Pricing","id":"pricing"},
|
||||||
{"name":"Contact","id":"contact"},
|
{"name":"Products","id":"products"},
|
||||||
{"name":"Shop","id":"/shop"}
|
{"name":"Contact","id":"contact"}
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -245,7 +245,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Results","href":"#results"}]},
|
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||||
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
||||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -40,8 +40,8 @@ function ShopPageContent() {
|
|||||||
{"name":"Services","id":"services"},
|
{"name":"Services","id":"services"},
|
||||||
{"name":"Results","id":"results"},
|
{"name":"Results","id":"results"},
|
||||||
{"name":"Pricing","id":"pricing"},
|
{"name":"Pricing","id":"pricing"},
|
||||||
{"name":"Contact","id":"contact"},
|
{"name":"Products","id":"products"},
|
||||||
{"name":"Shop","id":"/shop"}
|
{"name":"Contact","id":"contact"}
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||||
/>
|
/>
|
||||||
@@ -52,7 +52,7 @@ function ShopPageContent() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Results","href":"#results"}]},
|
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||||
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
||||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
||||||
]}
|
]}
|
||||||
@@ -87,8 +87,8 @@ function ShopPageContent() {
|
|||||||
{"name":"Services","id":"services"},
|
{"name":"Services","id":"services"},
|
||||||
{"name":"Results","id":"results"},
|
{"name":"Results","id":"results"},
|
||||||
{"name":"Pricing","id":"pricing"},
|
{"name":"Pricing","id":"pricing"},
|
||||||
{"name":"Contact","id":"contact"},
|
{"name":"Products","id":"products"},
|
||||||
{"name":"Shop","id":"/shop"}
|
{"name":"Contact","id":"contact"}
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||||
/>
|
/>
|
||||||
@@ -107,7 +107,7 @@ function ShopPageContent() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Results","href":"#results"}]},
|
{"title":"Navigate","items":[{"label":"Home","href":"#"},{"label":"Services","href":"#services"},{"label":"Pricing","href":"#pricing"},{"label":"Products","href":"#products"},{"label":"Results","href":"#results"}]},
|
||||||
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
{"title":"Resources","items":[{"label":"Blog","href":"#"},{"label":"FAQ","href":"#faq"},{"label":"Community","href":"#"},{"label":"Support","href":"#contact"}]},
|
||||||
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
{"title":"Legal","items":[{"label":"Privacy Policy","href":"#"},{"label":"Terms of Service","href":"#"},{"label":"Contact Us","href":"#contact"},{"label":"Disclaimer","href":"#"}]}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user