Merge version_2 into main #3
@@ -10,10 +10,9 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import { Shield, Sparkles, Star, Zap, Palette, Users } from "lucide-react";
|
||||
import { Shield, Sparkles, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -74,6 +73,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
title="Design Philosophy"
|
||||
description="We believe in the intersection of classic tailoring and urban edge."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "d1", value: "Avant-Garde", title: "Aesthetic", description: "Experimental silhouettes", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-touching-marble-bust_171337-16535.jpg" },
|
||||
{ id: "d2", value: "Sustainable", title: "Material", description: "Ethically sourced textiles", imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-avantgarde-style-wearing-sunglasses_114579-17674.jpg" }
|
||||
@@ -126,6 +127,8 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="split"
|
||||
description="Common inquiries about Grayline fashion."
|
||||
faqs={[
|
||||
{ id: "f1", title: "Shipping?", content: "48 hours." },
|
||||
{ id: "f2", title: "Returns?", content: "30 days." },
|
||||
@@ -149,6 +152,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
bottomLeftText="© 2025 Grayline"
|
||||
bottomRightText="All rights reserved."
|
||||
columns={[
|
||||
{ title: "Shop", items: [{ label: "All", href: "#products" }] },
|
||||
{ title: "Support", items: [{ label: "Contact Us", href: "#contact" }] },
|
||||
|
||||
Reference in New Issue
Block a user