Merge version_1 into main #2
245
src/app/page.tsx
245
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="HOUSE OF REVO"
|
||||
/>
|
||||
@@ -59,39 +51,23 @@ export default function LandingPage() {
|
||||
description="Unique Style. Premium Quality. Discover standout fashion in Panadura."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0719407488",
|
||||
},
|
||||
text: "Call Now", href: "tel:0719407488"},
|
||||
{
|
||||
text: "Chat on WhatsApp",
|
||||
href: "https://wa.me/94719407488",
|
||||
},
|
||||
text: "Chat on WhatsApp", href: "https://wa.me/94719407488"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623501.jpg?_wi=1",
|
||||
imageAlt: "minimalist streetwear fashion photography",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623501.jpg", imageAlt: "minimalist streetwear fashion photography"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-drinking-coffee-cafe_23-2149052885.jpg",
|
||||
imageAlt: "minimalist streetwear fashion photography",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-drinking-coffee-cafe_23-2149052885.jpg", imageAlt: "minimalist streetwear fashion photography"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-elegant-white-shirt-suspenders-new-feminity-concept_23-2148951050.jpg",
|
||||
imageAlt: "minimalist streetwear fashion photography",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-female-model-elegant-white-shirt-suspenders-new-feminity-concept_23-2148951050.jpg", imageAlt: "minimalist streetwear fashion photography"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-girl-trying-stylish-suit-happily-taking-selfie-mirror-dressing-room-modern-clothes-store_574295-4991.jpg",
|
||||
imageAlt: "minimalist streetwear fashion photography",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-girl-trying-stylish-suit-happily-taking-selfie-mirror-dressing-room-modern-clothes-store_574295-4991.jpg", imageAlt: "minimalist streetwear fashion photography"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-man-wearing-sunglasses-standing-isolated_171337-13928.jpg",
|
||||
imageAlt: "minimalist streetwear fashion photography",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-hipster-man-wearing-sunglasses-standing-isolated_171337-13928.jpg", imageAlt: "minimalist streetwear fashion photography"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8540.jpg",
|
||||
imageAlt: "minimalist streetwear fashion photography",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-smiling-sitting-floor-white-wall_176420-8540.jpg", imageAlt: "minimalist streetwear fashion photography"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,7 +79,7 @@ export default function LandingPage() {
|
||||
title="Passion for Fashion"
|
||||
description="At HOUSE OF REVO, we believe in style that speaks. Founded in Panadura, we strive to bring high-quality, trendy, and affordable fashion to our local community."
|
||||
subdescription="Our focus is on premium fabrics and unique designs that make you stand out."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Sparkles}
|
||||
imageAlt="fashion designer hands fabric quality"
|
||||
@@ -118,47 +94,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Premium Tee",
|
||||
price: "LKR 2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg?_wi=1",
|
||||
imageAlt: "streetwear tshirt model studio",
|
||||
},
|
||||
id: "p1", name: "Premium Tee", price: "LKR 2,500", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg", imageAlt: "streetwear tshirt model studio"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Casual Denim",
|
||||
price: "LKR 4,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-street-talking-mobile-phone_23-2148148133.jpg",
|
||||
imageAlt: "casual fashion apparel outfit",
|
||||
},
|
||||
id: "p2", name: "Casual Denim", price: "LKR 4,500", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-street-talking-mobile-phone_23-2148148133.jpg", imageAlt: "casual fashion apparel outfit"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Streetwear Hoodie",
|
||||
price: "LKR 5,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861914.jpg",
|
||||
imageAlt: "stylish urban fashion apparel",
|
||||
},
|
||||
id: "p3", name: "Streetwear Hoodie", price: "LKR 5,200", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861914.jpg", imageAlt: "stylish urban fashion apparel"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Summer Shirt",
|
||||
price: "LKR 3,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-out-clothes_53876-31385.jpg",
|
||||
imageAlt: "minimalist fashion apparel shop",
|
||||
},
|
||||
id: "p4", name: "Summer Shirt", price: "LKR 3,800", imageSrc: "http://img.b2bpic.net/free-photo/woman-checking-out-clothes_53876-31385.jpg", imageAlt: "minimalist fashion apparel shop"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Denim Jacket",
|
||||
price: "LKR 6,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg",
|
||||
imageAlt: "casual chic apparel fashion",
|
||||
},
|
||||
id: "p5", name: "Denim Jacket", price: "LKR 6,500", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg", imageAlt: "casual chic apparel fashion"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Casual Trouser",
|
||||
price: "LKR 3,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1131.jpg",
|
||||
imageAlt: "trendy fashion apparel clothing",
|
||||
},
|
||||
id: "p6", name: "Casual Trouser", price: "LKR 3,200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-against-neon-background_89887-1131.jpg", imageAlt: "trendy fashion apparel clothing"},
|
||||
]}
|
||||
title="Featured Arrivals"
|
||||
description="Check out our latest trendy outfits."
|
||||
@@ -172,79 +118,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Quality",
|
||||
description: "High-quality, durable fabrics.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-girls-taking-walk_23-2148499525.jpg",
|
||||
imageAlt: "streetwear tshirt model studio",
|
||||
},
|
||||
title: "Quality", description: "High-quality, durable fabrics.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623501.jpg", imageAlt: "streetwear tshirt model studio"},
|
||||
items: [
|
||||
{
|
||||
icon: Check,
|
||||
text: "Premium material",
|
||||
},
|
||||
text: "Premium material"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Long-lasting wear",
|
||||
},
|
||||
text: "Long-lasting wear"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Comfort focused",
|
||||
},
|
||||
text: "Comfort focused"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623501.jpg?_wi=2",
|
||||
imageAlt: "streetwear tshirt model studio",
|
||||
},
|
||||
{
|
||||
title: "Style",
|
||||
description: "Unique and trendy streetwear styles.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-men-looking-woman-standing-center_23-2148134029.jpg",
|
||||
imageAlt: "casual fashion apparel outfit",
|
||||
},
|
||||
title: "Style", description: "Unique and trendy streetwear styles.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg", imageAlt: "streetwear tshirt model studio"},
|
||||
items: [
|
||||
{
|
||||
icon: Check,
|
||||
text: "New arrivals",
|
||||
},
|
||||
text: "New arrivals"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Trendy designs",
|
||||
},
|
||||
text: "Trendy designs"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Streetwear aesthetic",
|
||||
},
|
||||
text: "Streetwear aesthetic"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-client-wheelchair-examining-clothes-racks-retail-store_482257-118472.jpg?_wi=2",
|
||||
imageAlt: "streetwear tshirt model studio",
|
||||
},
|
||||
{
|
||||
title: "Value",
|
||||
description: "Affordable prices for everyone.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-young-interracial-couple-sitting-steps-looking-away_23-2148151723.jpg",
|
||||
imageAlt: "stylish urban fashion apparel",
|
||||
},
|
||||
title: "Value", description: "Affordable prices for everyone.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg", imageAlt: "streetwear tshirt model studio"},
|
||||
items: [
|
||||
{
|
||||
icon: Check,
|
||||
text: "Best price guaranteed",
|
||||
},
|
||||
text: "Best price guaranteed"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Great value",
|
||||
},
|
||||
text: "Great value"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Exclusive deals",
|
||||
},
|
||||
text: "Exclusive deals"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-african-american-guy-white-jacket-looking-aggressive-camera-isolated-white-background_574295-4462.jpg?_wi=2",
|
||||
imageAlt: "streetwear tshirt model studio",
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
@@ -257,14 +176,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Urban Outfitters",
|
||||
"Street Trend",
|
||||
"Denim Supply",
|
||||
"Fabric Pro",
|
||||
"Style Icon",
|
||||
"Modern Apparel",
|
||||
"Elite Threads",
|
||||
]}
|
||||
"Urban Outfitters", "Street Trend", "Denim Supply", "Fabric Pro", "Style Icon", "Modern Apparel", "Elite Threads"]}
|
||||
title="Fashion Partners & Quality Brands"
|
||||
description="We collaborate with the best to bring you top-tier fashion."
|
||||
/>
|
||||
@@ -277,40 +189,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ayesha Perera",
|
||||
handle: "@ayesha",
|
||||
testimonial: "Amazing collection and great quality fabrics!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg",
|
||||
},
|
||||
id: "t1", name: "Ayesha Perera", handle: "@ayesha", testimonial: "Amazing collection and great quality fabrics!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Dilshan Silva",
|
||||
handle: "@dilshan",
|
||||
testimonial: "Best place for trendy streetwear in Panadura.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-phone_23-2148894633.jpg",
|
||||
},
|
||||
id: "t2", name: "Dilshan Silva", handle: "@dilshan", testimonial: "Best place for trendy streetwear in Panadura.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-women-with-phone_23-2148894633.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Nimali Fernando",
|
||||
handle: "@nimali",
|
||||
testimonial: "Love their affordable and stylish clothing line.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6771.jpg",
|
||||
},
|
||||
id: "t3", name: "Nimali Fernando", handle: "@nimali", testimonial: "Love their affordable and stylish clothing line.", imageSrc: "http://img.b2bpic.net/free-photo/two-beautiful-girls-shopping-clothes-shop_1301-6771.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sajith Kumara",
|
||||
handle: "@sajith",
|
||||
testimonial: "Very friendly service and unique designs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-108841.jpg",
|
||||
},
|
||||
id: "t4", name: "Sajith Kumara", handle: "@sajith", testimonial: "Very friendly service and unique designs.", imageSrc: "http://img.b2bpic.net/free-photo/asian-store-employee-suggesting-trendy-items-client-wheelchair-user_482257-108841.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Tharushi Jay",
|
||||
handle: "@tharushi",
|
||||
testimonial: "My go-to store for casual and formal wear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-holding-bags-after-shopping_1163-346.jpg",
|
||||
},
|
||||
id: "t5", name: "Tharushi Jay", handle: "@tharushi", testimonial: "My go-to store for casual and formal wear.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-holding-bags-after-shopping_1163-346.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Real feedback from our happy fashion enthusiasts in Panadura."
|
||||
@@ -322,20 +209,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Where are you located?",
|
||||
content: "05/02/01 Cyril Janze Mawatha, Panadura 12500.",
|
||||
},
|
||||
id: "q1", title: "Where are you located?", content: "05/02/01 Cyril Janze Mawatha, Panadura 12500."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How can I contact you?",
|
||||
content: "You can call us at 071 940 7488 or chat on WhatsApp.",
|
||||
},
|
||||
id: "q2", title: "How can I contact you?", content: "You can call us at 071 940 7488 or chat on WhatsApp."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you have new arrivals?",
|
||||
content: "Yes, we update our inventory frequently. Follow us to stay updated!",
|
||||
},
|
||||
id: "q3", title: "Do you have new arrivals?", content: "Yes, we update our inventory frequently. Follow us to stay updated!"},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
sideDescription="Find answers to our most common queries."
|
||||
@@ -347,18 +225,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Visit us today in Panadura or contact us now via WhatsApp for any inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:0719407488",
|
||||
},
|
||||
text: "Call Now", href: "tel:0719407488"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/94719407488",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/94719407488"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -368,33 +241,21 @@ export default function LandingPage() {
|
||||
logoText="HOUSE OF REVO"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/94719407488",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/94719407488"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:0719407488",
|
||||
},
|
||||
label: "Call Us", href: "tel:0719407488"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user