Merge version_1 into main #1
225
src/app/page.tsx
225
src/app/page.tsx
@@ -28,127 +28,48 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Info",
|
||||
id: "#info",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Info", id: "info" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Super Mart"
|
||||
button={{
|
||||
text: "Visit Us", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Your Neighborhood Quick Stop in Midwest City"
|
||||
description="Stocking your daily essentials, snacks, beverages, and more."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@local",
|
||||
testimonial: "The staff here is always so helpful and friendly!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "@neighbor",
|
||||
testimonial: "Super Mart has everything I need on my way home.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498417.jpg",
|
||||
},
|
||||
{
|
||||
name: "Mike R.",
|
||||
handle: "@regular",
|
||||
testimonial: "Best spot for quick snacks and beverages.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498463.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily J.",
|
||||
handle: "@midwest",
|
||||
testimonial: "Very convenient, clean, and well-stocked!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498458.jpg",
|
||||
},
|
||||
{
|
||||
name: "David W.",
|
||||
handle: "@resident",
|
||||
testimonial: "My go-to place for last-minute essentials.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/additives-free-pantry-supplies-shop_482257-91816.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ name: "John D.", handle: "@local", testimonial: "The staff here is always so helpful and friendly!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg" },
|
||||
{ name: "Sarah K.", handle: "@neighbor", testimonial: "Super Mart has everything I need on my way home.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498417.jpg" },
|
||||
{ name: "Mike R.", handle: "@regular", testimonial: "Best spot for quick snacks and beverages.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498463.jpg" },
|
||||
{ name: "Emily J.", handle: "@midwest", testimonial: "Very convenient, clean, and well-stocked!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498458.jpg" },
|
||||
{ name: "David W.", handle: "@resident", testimonial: "My go-to place for last-minute essentials.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/additives-free-pantry-supplies-shop_482257-91816.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Visit Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498433.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498433.jpg",
|
||||
alt: "Customer profile 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aged-worker-restocks-zero-waste-store_482257-76649.jpg",
|
||||
alt: "Customer profile 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/defocused-cake-shop_1232-1398.jpg",
|
||||
alt: "Customer profile 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900725.jpg",
|
||||
alt: "Customer profile 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-woman-having-snacks_23-2149857568.jpg",
|
||||
alt: "Customer profile 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498433.jpg", alt: "Customer profile 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/aged-worker-restocks-zero-waste-store_482257-76649.jpg", alt: "Customer profile 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/defocused-cake-shop_1232-1398.jpg", alt: "Customer profile 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900725.jpg", alt: "Customer profile 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-having-snacks_23-2149857568.jpg", alt: "Customer profile 5" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Daily Essentials",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Snacks",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cold Drinks",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Open Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Local Friendly",
|
||||
},
|
||||
{ type: "text", text: "Daily Essentials" },
|
||||
{ type: "text", text: "Fresh Snacks" },
|
||||
{ type: "text", text: "Cold Drinks" },
|
||||
{ type: "text", text: "Open Daily" },
|
||||
{ type: "text", text: "Local Friendly" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -157,22 +78,10 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Super Mart",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/aged-worker-restocks-zero-waste-store_482257-76649.jpg",
|
||||
alt: "Local store neighborhood focus",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ type: "text", content: "About Super Mart" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/aged-worker-restocks-zero-waste-store_482257-76649.jpg", alt: "Local store neighborhood focus" }
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,48 +92,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Fresh Snacks",
|
||||
price: "Varies",
|
||||
variant: "Food",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-cake-shop_1232-1398.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cold Beverages",
|
||||
price: "Varies",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-having-snacks_23-2149857568.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Beer & Tobacco",
|
||||
price: "Age Restricted",
|
||||
variant: "Adult",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-salty-beer-snacks-sunflower-seeds-corn-cones-almond-rustic-wood-with-copy-space_141793-6652.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Household Goods",
|
||||
price: "Varies",
|
||||
variant: "Home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-around-neck-putting-book-shelf_23-2148397150.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Daily Clothing",
|
||||
price: "Varies",
|
||||
variant: "Retail",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-paintwork-supplies-coloring-tubes-oil-paints-creative-atelier_482257-116192.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Hygiene Items",
|
||||
price: "Varies",
|
||||
variant: "Personal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-young-lady-standing-cafe-while-choosing-dessert_171337-15404.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Fresh Snacks", price: "Varies", variant: "Food", imageSrc: "http://img.b2bpic.net/free-photo/defocused-cake-shop_1232-1398.jpg" },
|
||||
{ id: "p2", name: "Cold Beverages", price: "Varies", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-having-snacks_23-2149857568.jpg" },
|
||||
{ id: "p3", name: "Beer & Tobacco", price: "Age Restricted", variant: "Adult", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-salty-beer-snacks-sunflower-seeds-corn-cones-almond-rustic-wood-with-copy-space_141793-6652.jpg" },
|
||||
{ id: "p4", name: "Household Goods", price: "Varies", variant: "Home", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-around-neck-putting-book-shelf_23-2148397150.jpg" },
|
||||
{ id: "p5", name: "Daily Clothing", price: "Varies", variant: "Retail", imageSrc: "http://img.b2bpic.net/free-photo/modern-paintwork-supplies-coloring-tubes-oil-paints-creative-atelier_482257-116192.jpg" },
|
||||
{ id: "p6", name: "Hygiene Items", price: "Varies", variant: "Personal", imageSrc: "http://img.b2bpic.net/free-photo/happy-redhead-young-lady-standing-cafe-while-choosing-dessert_171337-15404.jpg" }
|
||||
]}
|
||||
title="Our Daily Essentials"
|
||||
description="Everything you need, right around the corner."
|
||||
@@ -236,21 +109,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Operating Hours",
|
||||
content: "Open daily from 8:30 AM to late night.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Our Address",
|
||||
content: "601 N Key Blvd, Midwest City, OK 73110.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Contact Number",
|
||||
content: "(405) 737-5514",
|
||||
},
|
||||
{ id: "1", title: "Operating Hours", content: "Open daily from 8:30 AM to late night." },
|
||||
{ id: "2", title: "Our Address", content: "601 N Key Blvd, Midwest City, OK 73110." },
|
||||
{ id: "3", title: "Contact Number", content: "(405) 737-5514" }
|
||||
]}
|
||||
title="Store Info & Hours"
|
||||
description="Visit us at 601 N Key Blvd, Midwest City, OK 73110."
|
||||
@@ -264,16 +125,8 @@ export default function LandingPage() {
|
||||
title="Need Assistance?"
|
||||
description="Give us a call at (405) 737-5514 or send us a message!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/isometric-view-3d-rendering-neon-city_23-2150900725.jpg"
|
||||
mediaPosition="left"
|
||||
|
||||
Reference in New Issue
Block a user