Update src/app/page.tsx
This commit is contained in:
254
src/app/page.tsx
254
src/app/page.tsx
@@ -32,53 +32,36 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/flat-lay-roped-label-lunch-box_23-2147866412.jpg"
|
||||
logoAlt="Arakan Brothers Grocery Store LLC Logo"
|
||||
brandName="Arakan Brothers"
|
||||
button={{
|
||||
text: "Order Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Order Now", href: "#products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Arakan Brothers Grocery Store LLC"
|
||||
description="Your Trusted Neighborhood Asian Grocery Store in Chicago. Quality Halal Foods, Fresh Produce, and International Delights."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Our Products",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Our Products", href: "#products"},
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More About Us", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/new-normal-after-covid-epidemic-young-smart-asian-female-shopping-new-lifestyle-supermarket-with-face-shild-mask-protection-hand-choose-consumer-products-new-normal-lifestyle_609648-1517.jpg"
|
||||
imageAlt="Interior of a bustling Asian grocery store with fresh produce and various products"
|
||||
@@ -86,48 +69,28 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-18884.jpg",
|
||||
alt: "Happy customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-18884.jpg", alt: "Happy customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349423.jpg",
|
||||
alt: "Happy customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349423.jpg", alt: "Happy customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-19670.jpg",
|
||||
alt: "Happy customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-chooses-fruits-vegetables-supermarket_169016-19670.jpg", alt: "Happy customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-asian-female-woman-wearing-protective-face-mask-hand-choosing-fresh-product-consumer-product-groceries-store-department-mall-with-care-cheerful-new-normal-shopping-lifestyle_609648-2037.jpg",
|
||||
alt: "Happy customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-asian-female-woman-wearing-protective-face-mask-hand-choosing-fresh-product-consumer-product-groceries-store-department-mall-with-care-cheerful-new-normal-shopping-lifestyle_609648-2037.jpg", alt: "Happy customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187357.jpg",
|
||||
alt: "Happy customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-shopping-food_23-2149187357.jpg", alt: "Happy customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by 1000+ happy customers daily!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshness Guaranteed",
|
||||
},
|
||||
type: "text", text: "Freshness Guaranteed"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Halal Certified",
|
||||
},
|
||||
type: "text", text: "Quality Halal Certified"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Diverse International Selection",
|
||||
},
|
||||
type: "text", text: "Diverse International Selection"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Community Focused",
|
||||
},
|
||||
type: "text", text: "Community Focused"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Deliveries",
|
||||
},
|
||||
type: "text", text: "Daily Deliveries"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,22 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Welcome to Arakan Brothers Grocery Store LLC",
|
||||
},
|
||||
type: "text", content: "Welcome to Arakan Brothers Grocery Store LLC"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Your local hub for authentic Asian flavors and fresh ingredients.",
|
||||
},
|
||||
type: "text", content: "Your local hub for authentic Asian flavors and fresh ingredients."},
|
||||
{
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/restaurant-reopening-post-pandemic-new-normal-with-organic-veggies_53876-96129.jpg", alt: "Friendly grocery store owner greeting a customer"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-reopening-post-pandemic-new-normal-with-organic-veggies_53876-96129.jpg"
|
||||
imageAlt="Friendly grocery store owner greeting a customer"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,29 +120,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
tag: "Quality",
|
||||
title: "Quality Halal Products",
|
||||
subtitle: "Trusted Sources",
|
||||
description: "We ensure all our halal products meet the highest standards, sourced from reputable suppliers to guarantee authenticity and freshness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-vegetable-decoration-with-slate_23-2147681620.jpg",
|
||||
imageAlt: "Display of fresh organic vegetables",
|
||||
},
|
||||
tag: "Quality", title: "Quality Halal Products", subtitle: "Trusted Sources", description: "We ensure all our halal products meet the highest standards, sourced from reputable suppliers to guarantee authenticity and freshness.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-vegetable-decoration-with-slate_23-2147681620.jpg", imageAlt: "Display of fresh organic vegetables"},
|
||||
{
|
||||
tag: "Variety",
|
||||
title: "Wide Selection of International Foods",
|
||||
subtitle: "Global Flavors",
|
||||
description: "Discover a diverse range of groceries from Asia and beyond, bringing the world's flavors right to your kitchen.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-yogurt-plates-texture-marble-table_114579-89549.jpg",
|
||||
imageAlt: "Shelves stocked with international snacks and foods",
|
||||
},
|
||||
tag: "Variety", title: "Wide Selection of International Foods", subtitle: "Global Flavors", description: "Discover a diverse range of groceries from Asia and beyond, bringing the world's flavors right to your kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-yogurt-plates-texture-marble-table_114579-89549.jpg", imageAlt: "Shelves stocked with international snacks and foods"},
|
||||
{
|
||||
tag: "Freshness",
|
||||
title: "Fresh Groceries Daily",
|
||||
subtitle: "Farm to Table",
|
||||
description: "Our produce, meat, and seafood are delivered fresh daily, ensuring you always get the best quality ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-paper_23-2148767105.jpg",
|
||||
imageAlt: "Delivery truck bringing fresh produce",
|
||||
},
|
||||
tag: "Freshness", title: "Fresh Groceries Daily", subtitle: "Farm to Table", description: "Our produce, meat, and seafood are delivered fresh daily, ensuring you always get the best quality ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-paper_23-2148767105.jpg", imageAlt: "Delivery truck bringing fresh produce"},
|
||||
]}
|
||||
title="Why Choose Arakan Brothers?"
|
||||
description="Experience the difference with our commitment to quality, variety, and friendly service in the Chicago community."
|
||||
@@ -200,47 +140,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p-meat",
|
||||
name: "Fresh Halal Meat & Poultry",
|
||||
price: "Market Price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-hands-making-tenderized-steak_1398-2269.jpg",
|
||||
imageAlt: "Fresh halal meat and poultry display",
|
||||
},
|
||||
id: "p-meat", name: "Fresh Halal Meat & Poultry", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/cook-hands-making-tenderized-steak_1398-2269.jpg", imageAlt: "Fresh halal meat and poultry display"},
|
||||
{
|
||||
id: "p-rice",
|
||||
name: "Premium Basmati Rice",
|
||||
price: "$18.99 / 10lb",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-rice-with-vermicelli-raw-buckwheat-inside-little-pots-light-grey-table_140725-143197.jpg",
|
||||
imageAlt: "Bag of basmati rice",
|
||||
},
|
||||
id: "p-rice", name: "Premium Basmati Rice", price: "$18.99 / 10lb", imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-rice-with-vermicelli-raw-buckwheat-inside-little-pots-light-grey-table_140725-143197.jpg", imageAlt: "Bag of basmati rice"},
|
||||
{
|
||||
id: "p-snacks",
|
||||
name: "Assorted Malaysian Snacks",
|
||||
price: "$4.50 ea",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cookies-with-green-grapes-blue-plate-with-honey-dried-buds-multi-colored-pancakes-stand-white-background_141793-51304.jpg",
|
||||
imageAlt: "Variety of Malaysian snack bags",
|
||||
},
|
||||
id: "p-snacks", name: "Assorted Malaysian Snacks", price: "$4.50 ea", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cookies-with-green-grapes-blue-plate-with-honey-dried-buds-multi-colored-pancakes-stand-white-background_141793-51304.jpg", imageAlt: "Variety of Malaysian snack bags"},
|
||||
{
|
||||
id: "p-fish",
|
||||
name: "Fresh Tilapia Fish",
|
||||
price: "$6.99 / lb",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287807.jpg",
|
||||
imageAlt: "Fresh tilapia fish on ice",
|
||||
},
|
||||
id: "p-fish", name: "Fresh Tilapia Fish", price: "$6.99 / lb", imageSrc: "http://img.b2bpic.net/free-photo/close-up-japanese-street-food_23-2149287807.jpg", imageAlt: "Fresh tilapia fish on ice"},
|
||||
{
|
||||
id: "p-tea",
|
||||
name: "Imported Asian Teas",
|
||||
price: "$7.99 / box",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-white-herbal_23-2147874176.jpg",
|
||||
imageAlt: "Selection of imported Asian tea boxes",
|
||||
},
|
||||
id: "p-tea", name: "Imported Asian Teas", price: "$7.99 / box", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-white-herbal_23-2147874176.jpg", imageAlt: "Selection of imported Asian tea boxes"},
|
||||
{
|
||||
id: "p-fruit",
|
||||
name: "Seasonal Fresh Fruits",
|
||||
price: "Variable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fruits-composition-different-fruits-white-background_140725-138657.jpg",
|
||||
imageAlt: "Colorful display of seasonal fresh fruits",
|
||||
},
|
||||
id: "p-fruit", name: "Seasonal Fresh Fruits", price: "Variable", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fruits-composition-different-fruits-white-background_140725-138657.jpg", imageAlt: "Colorful display of seasonal fresh fruits"},
|
||||
]}
|
||||
title="Explore Our Diverse Product Range"
|
||||
description="From fresh produce to unique international snacks, discover everything you need and love at competitive prices."
|
||||
@@ -256,59 +166,23 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Muhamad Nur",
|
||||
role: "Regular Customer",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-asian-man-holding-mug-coffee-looking-window-while-talking-phone_1098-18509.jpg",
|
||||
imageAlt: "happy Asian man customer smiling",
|
||||
},
|
||||
id: "1", name: "Muhamad Nur", role: "Regular Customer", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-asian-man-holding-mug-coffee-looking-window-while-talking-phone_1098-18509.jpg", imageAlt: "happy Asian man customer smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Nurkalam Abulkalam",
|
||||
role: "Local Resident",
|
||||
company: "Loyal Shopper",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-black-dress-raising-her-arms-with-colorful-shopping-bags_23-2147823614.jpg",
|
||||
imageAlt: "smiling woman shopping in grocery",
|
||||
},
|
||||
id: "2", name: "Nurkalam Abulkalam", role: "Local Resident", company: "Loyal Shopper", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-black-dress-raising-her-arms-with-colorful-shopping-bags_23-2147823614.jpg", imageAlt: "smiling woman shopping in grocery"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nur Lamin",
|
||||
role: "Daily Visitor",
|
||||
company: "Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-asian-couple-wear-protective-face-mask-shopping-together-supermarket-pandemic_627829-12079.jpg",
|
||||
imageAlt: "man with shopping basket happy",
|
||||
},
|
||||
id: "3", name: "Nur Lamin", role: "Daily Visitor", company: "Neighbor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-view-asian-couple-wear-protective-face-mask-shopping-together-supermarket-pandemic_627829-12079.jpg", imageAlt: "man with shopping basket happy"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Amina Khan",
|
||||
role: "Happy Customer",
|
||||
company: "Chicago Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smelling-tomato_23-2148648898.jpg",
|
||||
imageAlt: "young woman smiling grocery store",
|
||||
},
|
||||
id: "4", name: "Amina Khan", role: "Happy Customer", company: "Chicago Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smelling-tomato_23-2148648898.jpg", imageAlt: "young woman smiling grocery store"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Omar Hassan",
|
||||
role: "Satisfied Shopper",
|
||||
company: "Local Foodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-touching-glass-screen_1262-1999.jpg",
|
||||
imageAlt: "smiling elderly man Asian grocery",
|
||||
},
|
||||
id: "5", name: "Omar Hassan", role: "Satisfied Shopper", company: "Local Foodie", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-touching-glass-screen_1262-1999.jpg", imageAlt: "smiling elderly man Asian grocery"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fatima Begum",
|
||||
role: "Community Advocate",
|
||||
company: "Supportive Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-multiethnical-couple-choosing-goods-supermarket_23-2148216067.jpg",
|
||||
imageAlt: "happy couple shopping groceries",
|
||||
},
|
||||
id: "6", name: "Fatima Begum", role: "Community Advocate", company: "Supportive Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-multiethnical-couple-choosing-goods-supermarket_23-2148216067.jpg", imageAlt: "happy couple shopping groceries"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear from our satisfied shoppers about their experience at Arakan Brothers. Your feedback drives us!"
|
||||
@@ -321,30 +195,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you offer delivery or curbside pickup?",
|
||||
content: "Yes, we are pleased to offer both curbside pickup and local delivery services for your convenience. Please contact us directly for more details on placing an order.",
|
||||
},
|
||||
id: "faq-1", title: "Do you offer delivery or curbside pickup?", content: "Yes, we are pleased to offer both curbside pickup and local delivery services for your convenience. Please contact us directly for more details on placing an order."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What types of halal products do you carry?",
|
||||
content: "We carry a wide selection of halal products including fresh meats, poultry, frozen goods, traditional Asian foods, and various pantry staples, all certified halal for your peace of mind.",
|
||||
},
|
||||
id: "faq-2", title: "What types of halal products do you carry?", content: "We carry a wide selection of halal products including fresh meats, poultry, frozen goods, traditional Asian foods, and various pantry staples, all certified halal for your peace of mind."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What are your store hours?",
|
||||
content: "Our store is open Monday through Sunday, from 7:00 AM to 12:00 AM. We are here to serve you seven days a week.",
|
||||
},
|
||||
id: "faq-3", title: "What are your store hours?", content: "Our store is open Monday through Sunday, from 7:00 AM to 12:00 AM. We are here to serve you seven days a week."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you stock products from specific Asian countries?",
|
||||
content: "Yes, we pride ourselves on offering a diverse range of products, including specialty items from various Asian countries such as Malaysia, Burma, and more, alongside other international selections.",
|
||||
},
|
||||
id: "faq-4", title: "Do you stock products from specific Asian countries?", content: "Yes, we pride ourselves on offering a diverse range of products, including specialty items from various Asian countries such as Malaysia, Burma, and more, alongside other international selections."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Is Arakan Brothers Grocery Store LLC locally owned?",
|
||||
content: "Yes, we are a proud family-owned and operated business, deeply committed to serving the Chicago community with quality products and friendly service.",
|
||||
},
|
||||
id: "faq-5", title: "Is Arakan Brothers Grocery Store LLC locally owned?", content: "Yes, we are a proud family-owned and operated business, deeply committed to serving the Chicago community with quality products and friendly service."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about Arakan Brothers Grocery Store, our products, and services."
|
||||
@@ -356,8 +215,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Reach Out Today"
|
||||
description="We're here to help with all your grocery needs. Stop by our store in Chicago or give us a call!"
|
||||
@@ -378,14 +236,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user