Merge version_1 into main #2
172
src/app/page.tsx
172
src/app/page.tsx
@@ -31,68 +31,44 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Big C"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Welcome to Big C Badulla"
|
||||
description="Your trusted local destination for quality cosmetics and everyday essentials. Exceptional service in the heart of Badulla."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:0771290400",
|
||||
},
|
||||
text: "Call Us", href: "tel:0771290400"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Visit Us", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg?_wi=1",
|
||||
imageAlt: "Big C Storefront",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg", imageAlt: "Big C Storefront"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26763.jpg",
|
||||
imageAlt: "Store Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-women-with-shopping-bags-city_1157-26763.jpg", imageAlt: "Store Interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-red-blouse-jeans-holding-cup-coffee-shopping-mall_627829-9623.jpg",
|
||||
imageAlt: "Cosmetics Selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-gorgeous-woman-red-blouse-jeans-holding-cup-coffee-shopping-mall_627829-9623.jpg", imageAlt: "Cosmetics Selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-outside-store_23-2148238067.jpg",
|
||||
imageAlt: "Friendly Staff",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-outside-store_23-2148238067.jpg", imageAlt: "Friendly Staff"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-building_1127-2098.jpg",
|
||||
imageAlt: "Convenient Location",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-building_1127-2098.jpg", imageAlt: "Convenient Location"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-shopfront-city_53876-144723.jpg",
|
||||
imageAlt: "Customer Experience",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-shopfront-city_53876-144723.jpg", imageAlt: "Customer Experience"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,7 +78,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Quality Products, Local Care"
|
||||
description="At Big C, we pride ourselves on bringing the best selection of products directly to you. We've been serving the Badulla community for years with dedication and a commitment to quality."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-office_1098-15489.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dining-office_1098-15489.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,29 +89,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Wide Selection",
|
||||
description: "Curated cosmetics and high-quality essentials.",
|
||||
tag: "Selection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-with-blue-jacket_23-2147605035.jpg",
|
||||
imageAlt: "Elegant young businesswoman with blue jacket",
|
||||
},
|
||||
id: "1", title: "Wide Selection", description: "Curated cosmetics and high-quality essentials.", tag: "Selection", imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-businesswoman-with-blue-jacket_23-2147605035.jpg", imageAlt: "Elegant young businesswoman with blue jacket"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Local Convenience",
|
||||
description: "Located centrally in Lower St, Badulla.",
|
||||
tag: "Location",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg?_wi=2",
|
||||
imageAlt: "Elegant young businesswoman with blue jacket",
|
||||
},
|
||||
id: "2", title: "Local Convenience", description: "Located centrally in Lower St, Badulla.", tag: "Location", imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg", imageAlt: "Elegant young businesswoman with blue jacket"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Trusted Service",
|
||||
description: "Dedicated to community service for over 8 years.",
|
||||
tag: "Experience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dining-office_1098-15489.jpg?_wi=2",
|
||||
imageAlt: "Elegant young businesswoman with blue jacket",
|
||||
},
|
||||
id: "3", title: "Trusted Service", description: "Dedicated to community service for over 8 years.", tag: "Experience", imageSrc: "http://img.b2bpic.net/free-photo/dining-office_1098-15489.jpg", imageAlt: "Elegant young businesswoman with blue jacket"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Why the community trusts Big C."
|
||||
@@ -150,20 +108,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "8+",
|
||||
description: "Years Serving Badulla",
|
||||
},
|
||||
id: "1", value: "8+", description: "Years Serving Badulla"},
|
||||
{
|
||||
id: "2",
|
||||
value: "1000s",
|
||||
description: "Satisfied Customers",
|
||||
},
|
||||
id: "2", value: "1000s", description: "Satisfied Customers"},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description: "Locally Committed",
|
||||
},
|
||||
id: "3", value: "100%", description: "Locally Committed"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Years of service to the people of Badulla."
|
||||
@@ -177,40 +126,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Customer One",
|
||||
role: "Local Guide",
|
||||
testimonial: "Best cosmetic shop in Badulla, great variety.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/look-my-ring-is-very-similar_329181-8041.jpg",
|
||||
},
|
||||
id: "1", name: "Customer One", role: "Local Guide", testimonial: "Best cosmetic shop in Badulla, great variety.", imageSrc: "http://img.b2bpic.net/free-photo/look-my-ring-is-very-similar_329181-8041.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Customer Two",
|
||||
role: "Shopper",
|
||||
testimonial: "Excellent service and genuine products.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-view-shot-woman-looking-camera_23-2148316755.jpg",
|
||||
},
|
||||
id: "2", name: "Customer Two", role: "Shopper", testimonial: "Excellent service and genuine products.", imageSrc: "http://img.b2bpic.net/free-photo/low-view-shot-woman-looking-camera_23-2148316755.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Customer Three",
|
||||
role: "Visitor",
|
||||
testimonial: "Very convenient store, nice range.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg",
|
||||
},
|
||||
id: "3", name: "Customer Three", role: "Visitor", testimonial: "Very convenient store, nice range.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Customer Four",
|
||||
role: "Regular",
|
||||
testimonial: "Love shopping here for essentials.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera-with-shopping-bag-blue-pastel-background-copy-space_1258-834.jpg",
|
||||
},
|
||||
id: "4", name: "Customer Four", role: "Regular", testimonial: "Love shopping here for essentials.", imageSrc: "http://img.b2bpic.net/free-photo/shopping-concept-close-up-portrait-young-beautiful-attractive-redhair-girl-smiling-looking-camera-with-shopping-bag-blue-pastel-background-copy-space_1258-834.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Customer Five",
|
||||
role: "Local",
|
||||
testimonial: "Quality products, trusted brand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-women-playing-with-shopping-cart_23-2148495450.jpg",
|
||||
},
|
||||
id: "5", name: "Customer Five", role: "Local", testimonial: "Quality products, trusted brand.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-women-playing-with-shopping-cart_23-2148495450.jpg"},
|
||||
]}
|
||||
title="What Our Neighbors Say"
|
||||
description="Your voice matters to us."
|
||||
@@ -223,20 +147,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Where is your store located?",
|
||||
content: "We are located at Lower St, Badulla 90000.",
|
||||
},
|
||||
id: "1", title: "Where is your store located?", content: "We are located at Lower St, Badulla 90000."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open daily from 8 AM to 8 PM.",
|
||||
},
|
||||
id: "2", title: "What are your opening hours?", content: "We are open daily from 8 AM to 8 PM."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How can I contact you?",
|
||||
content: "You can reach us at 077 129 0400.",
|
||||
},
|
||||
id: "3", title: "How can I contact you?", content: "You can reach us at 077 129 0400."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="We are here to help."
|
||||
@@ -248,8 +163,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Get In Touch"
|
||||
description="Have questions? Call us or drop a message below for inquiries."
|
||||
@@ -263,33 +177,21 @@ export default function LandingPage() {
|
||||
logoText="Big C"
|
||||
columns={[
|
||||
{
|
||||
title: "Useful Links",
|
||||
items: [
|
||||
title: "Useful Links", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user