Merge version_2 into main #3
204
src/app/page.tsx
204
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
]}
|
||||
brandName="Kuma"
|
||||
/>
|
||||
@@ -53,37 +45,20 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="Kuma"
|
||||
description="Authentic Hong Kong waffles filled with creative scoops & gourmet toppings in San Antonio."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-enjoying-something-sweet_23-2148238369.jpg?_wi=1",
|
||||
imageAlt: "Bubble Waffle Ice Cream",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-enjoying-something-sweet_23-2148238369.jpg?_wi=1", imageAlt: "Bubble Waffle Ice Cream"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-sweet-milkshake-with-whipped-cream-sprinkles-high-quality-photo_114579-88004.jpg?_wi=1",
|
||||
imageAlt: "Gourmet Ice Cream Scoop",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-sweet-milkshake-with-whipped-cream-sprinkles-high-quality-photo_114579-88004.jpg?_wi=1", imageAlt: "Gourmet Ice Cream Scoop"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pineapple-smoothie-cafe_1339-3577.jpg?_wi=1",
|
||||
imageAlt: "Hong Kong Milk Tea",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pineapple-smoothie-cafe_1339-3577.jpg?_wi=1", imageAlt: "Hong Kong Milk Tea"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-takoyaki-japanese-cuisine_53876-42540.jpg?_wi=1",
|
||||
imageAlt: "Takoyaki Snack",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-takoyaki-japanese-cuisine_53876-42540.jpg?_wi=1", imageAlt: "Takoyaki Snack"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-attractive-smiling-woman-retro-vintage-50-s-cafe-pink-color-sitting-table_285396-10361.jpg?_wi=1",
|
||||
imageAlt: "Cozy Shop Vibe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-attractive-smiling-woman-retro-vintage-50-s-cafe-pink-color-sitting-table_285396-10361.jpg?_wi=1", imageAlt: "Cozy Shop Vibe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arab-man-wear-black-jeans-jacket-eyeglasses-cafe-drink-coffee-bar-with-book-stylish-fashionable-arabian-model-guy_627829-982.jpg?_wi=1",
|
||||
imageAlt: "Ice Cream Parlor Interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arab-man-wear-black-jeans-jacket-eyeglasses-cafe-drink-coffee-bar-with-book-stylish-fashionable-arabian-model-guy_627829-982.jpg?_wi=1", imageAlt: "Ice Cream Parlor Interior"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,9 +68,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Taste of Hong Kong"
|
||||
description={[
|
||||
"Located in Shaenfield Ranch Center, Kuma brings a unique twist to your dessert experience. Our signature Hong Kong egg waffles are freshly made and paired with premium, creatively flavored ice cream scoops.",
|
||||
"Whether you are looking for a quick treat, a unique dessert experience, or a refreshing milk tea, we invite you to visit us in San Antonio for a taste of something truly special.",
|
||||
]}
|
||||
"Located in Shaenfield Ranch Center, Kuma brings a unique twist to your dessert experience. Our signature Hong Kong egg waffles are freshly made and paired with premium, creatively flavored ice cream scoops.", "Whether you are looking for a quick treat, a unique dessert experience, or a refreshing milk tea, we invite you to visit us in San Antonio for a taste of something truly special."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,59 +80,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Original Egg Waffle Ice Cream",
|
||||
price: "$8.50",
|
||||
rating: 5,
|
||||
reviewCount: "890",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-enjoying-something-sweet_23-2148238369.jpg?_wi=2",
|
||||
},
|
||||
id: "1", brand: "Signature", name: "Original Egg Waffle Ice Cream", price: "$8.50", rating: 5,
|
||||
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-enjoying-something-sweet_23-2148238369.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Drink",
|
||||
name: "Hong Kong Classic Milk Tea",
|
||||
price: "$5.00",
|
||||
rating: 4,
|
||||
reviewCount: "450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pineapple-smoothie-cafe_1339-3577.jpg?_wi=2",
|
||||
},
|
||||
id: "2", brand: "Drink", name: "Hong Kong Classic Milk Tea", price: "$5.00", rating: 4,
|
||||
reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/pineapple-smoothie-cafe_1339-3577.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Popular",
|
||||
name: "Strawberry Cheesecake Scoop",
|
||||
price: "$6.00",
|
||||
rating: 5,
|
||||
reviewCount: "320",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-sweet-milkshake-with-whipped-cream-sprinkles-high-quality-photo_114579-88004.jpg?_wi=2",
|
||||
},
|
||||
id: "3", brand: "Popular", name: "Strawberry Cheesecake Scoop", price: "$6.00", rating: 5,
|
||||
reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/glass-cup-sweet-milkshake-with-whipped-cream-sprinkles-high-quality-photo_114579-88004.jpg?_wi=2"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Drink",
|
||||
name: "Vietnamese Coffee Ice Cream",
|
||||
price: "$6.50",
|
||||
rating: 4,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arab-man-wear-black-jeans-jacket-eyeglasses-cafe-drink-coffee-bar-with-book-stylish-fashionable-arabian-model-guy_627829-982.jpg?_wi=2",
|
||||
},
|
||||
id: "4", brand: "Drink", name: "Vietnamese Coffee Ice Cream", price: "$6.50", rating: 4,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/arab-man-wear-black-jeans-jacket-eyeglasses-cafe-drink-coffee-bar-with-book-stylish-fashionable-arabian-model-guy_627829-982.jpg?_wi=2"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Appetizer",
|
||||
name: "Takoyaki Snack",
|
||||
price: "$7.00",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-takoyaki-japanese-cuisine_53876-42540.jpg?_wi=2",
|
||||
},
|
||||
id: "5", brand: "Appetizer", name: "Takoyaki Snack", price: "$7.00", rating: 5,
|
||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/closeup-takoyaki-japanese-cuisine_53876-42540.jpg?_wi=2"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Signature",
|
||||
name: "Cookies & Cream Waffle",
|
||||
price: "$9.00",
|
||||
rating: 5,
|
||||
reviewCount: "560",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-attractive-smiling-woman-retro-vintage-50-s-cafe-pink-color-sitting-table_285396-10361.jpg?_wi=2",
|
||||
},
|
||||
id: "6", brand: "Signature", name: "Cookies & Cream Waffle", price: "$9.00", rating: 5,
|
||||
reviewCount: "560", imageSrc: "http://img.b2bpic.net/free-photo/stylish-attractive-smiling-woman-retro-vintage-50-s-cafe-pink-color-sitting-table_285396-10361.jpg?_wi=2"},
|
||||
]}
|
||||
title="Our Popular Treats"
|
||||
description="Indulge in our most loved creations, from crisp egg waffles to refreshing teas."
|
||||
@@ -173,67 +110,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kirk Beachum",
|
||||
role: "Local Guide",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg",
|
||||
},
|
||||
id: "1", name: "Kirk Beachum", role: "Local Guide", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-making-soap-balloons_23-2148672413.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Alicia Warthen",
|
||||
role: "Dessert Enthusiast",
|
||||
company: "Customer",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-delicious-ice-cream_23-2150696620.jpg",
|
||||
},
|
||||
id: "2", name: "Alicia Warthen", role: "Dessert Enthusiast", company: "Customer", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-delicious-ice-cream_23-2150696620.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jessica Campa",
|
||||
role: "Local Guide",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255939.jpg",
|
||||
},
|
||||
id: "3", name: "Jessica Campa", role: "Local Guide", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-food-lover-eating_23-2149255939.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Johnson",
|
||||
role: "Parent",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-couple-with-pink-ice-cream_23-2148311199.jpg",
|
||||
},
|
||||
id: "4", name: "Sarah Johnson", role: "Parent", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-couple-with-pink-ice-cream_23-2148311199.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michael Chen",
|
||||
role: "Foodie",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-positive-brunette-asian-female-model-smiles-positively-dressed-fashionable-clothes-poses-with-yummy-appetizing-sweet-desserts-against-pink-wall-enjoy-ice-cream-cotton-candy_273609-49980.jpg",
|
||||
},
|
||||
id: "5", name: "Michael Chen", role: "Foodie", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-looking-positive-brunette-asian-female-model-smiles-positively-dressed-fashionable-clothes-poses-with-yummy-appetizing-sweet-desserts-against-pink-wall-enjoy-ice-cream-cotton-candy_273609-49980.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "David Kim",
|
||||
role: "Regular",
|
||||
company: "Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pakhlava-shekerbura-presented-vintage-platter-tea-setup_140725-4128.jpg",
|
||||
},
|
||||
id: "6", name: "David Kim", role: "Regular", company: "Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pakhlava-shekerbura-presented-vintage-platter-tea-setup_140725-4128.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "1.4k+",
|
||||
label: "Reviews",
|
||||
},
|
||||
value: "1.4k+", label: "Reviews"},
|
||||
{
|
||||
value: "4.5",
|
||||
label: "Rating",
|
||||
},
|
||||
value: "4.5", label: "Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Satisfaction",
|
||||
},
|
||||
value: "100%", label: "Satisfaction"},
|
||||
]}
|
||||
title="Loved by Our Customers"
|
||||
description="Join over 1,400 satisfied dessert lovers who enjoy our quality ice cream and crispy waffles."
|
||||
@@ -244,8 +145,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Visit Us Today!"
|
||||
description="Located in Shaenfield Ranch Center. We are closed Tuesdays, but open for you the rest of the week."
|
||||
@@ -258,33 +158,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "7915 W Loop 1604 N Ste 120",
|
||||
href: "#",
|
||||
},
|
||||
label: "7915 W Loop 1604 N Ste 120", href: "#"},
|
||||
{
|
||||
label: "San Antonio, TX 78254",
|
||||
href: "#",
|
||||
},
|
||||
label: "San Antonio, TX 78254", href: "#"},
|
||||
{
|
||||
label: "(210) 999-5829",
|
||||
href: "tel:2109995829",
|
||||
},
|
||||
label: "(210) 999-5829", href: "tel:2109995829"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user