Merge version_1 into main #1
322
src/app/page.tsx
322
src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, Coffee, Heart } from "lucide-react";
|
||||
import { Heart, Coffee, Award, Zap, Star, Leaf, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,87 +32,39 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Gong Cha"
|
||||
button={{ text: "Order Now", href: "#menu" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Gong Cha Lincoln Park"
|
||||
description="Premium bubble tea, freshly brewed every day. Order ahead and skip the line for your favorite refreshing drinks."
|
||||
buttons={[
|
||||
{
|
||||
text: "See Menu & Order",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "See Menu & Order", href: "#menu" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077814.jpg"
|
||||
imageAlt="Refreshing Gong Cha Bubble Tea"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chocolate-frappe_1339-2406.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lychee-iced-tea-with-straw_23-2151990018.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567232.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-bubble-tea-drinks-high-angle_23-2149870669.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3923.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/chocolate-frappe_1339-2406.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/lychee-iced-tea-with-straw_23-2151990018.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-having-iced-coffee-break-outside_23-2149567232.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/delicious-bubble-tea-drinks-high-angle_23-2149870669.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-handsome-man-white-shirt-open-having-breakfast-cafe-with-vegetarian-burger-drinking-coffee-lifestyle-tropical-island-life-bali_1321-3923.jpg", alt: "Customer 5" },
|
||||
]}
|
||||
avatarText="Join 5000+ happy tea lovers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Freshly Brewed Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Tea Leaves",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Customizable Sweetness",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Taiwanese Taste",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Visit Lincoln Park Today",
|
||||
},
|
||||
{ type: "text", text: "Freshly Brewed Daily" },
|
||||
{ type: "text", text: "Premium Tea Leaves" },
|
||||
{ type: "text", text: "Customizable Sweetness" },
|
||||
{ type: "text", text: "Authentic Taiwanese Taste" },
|
||||
{ type: "text", text: "Visit Lincoln Park Today" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,18 +75,9 @@ export default function LandingPage() {
|
||||
title="Authenticity in Every Sip"
|
||||
description="At Gong Cha, we believe in using the highest quality tea leaves and premium ingredients to create the perfect bubble tea experience. From classic flavors to innovative new limited-time drinks, we bring fun and flavor to Lincoln Park."
|
||||
metrics={[
|
||||
{
|
||||
value: "100+",
|
||||
title: "Drink Combinations",
|
||||
},
|
||||
{
|
||||
value: "Daily",
|
||||
title: "Freshly Brewed",
|
||||
},
|
||||
{
|
||||
value: "Local",
|
||||
title: "Lincoln Park Favorite",
|
||||
},
|
||||
{ value: "100+", title: "Drink Combinations" },
|
||||
{ value: "Daily", title: "Freshly Brewed" },
|
||||
{ value: "Local", title: "Lincoln Park Favorite" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/brunette-businesswoman-using-her-smartphone_23-2148142799.jpg"
|
||||
imageAlt="Gong Cha Lincoln Park Shop Interior"
|
||||
@@ -148,30 +91,10 @@ export default function LandingPage() {
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Kumquat Lemon Juice",
|
||||
description: "Tangy and refreshing with real lemon pieces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/citrus-lemonade-sliced-orange-sparkling-water-mint-side-view_141793-4389.jpg",
|
||||
buttonIcon: "Zap",
|
||||
},
|
||||
{
|
||||
title: "Kumquat Wintermelon",
|
||||
description: "A perfect balance of sweetness and tang.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marigold-lemon-honey-herbal-tea-treatment-concept_1150-25493.jpg",
|
||||
buttonIcon: "Star",
|
||||
},
|
||||
{
|
||||
title: "Kumquat Lime Green Tea",
|
||||
description: "Crisp green tea with zesty lime.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-sweets-cup-tea-citrus-fruits-cookies-waffles-candies-cream-notebook-pencil_140725-71892.jpg",
|
||||
buttonIcon: "Leaf",
|
||||
},
|
||||
{
|
||||
title: "Limited Time Drinks",
|
||||
description: "New drinks, new promotions, more fun!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg",
|
||||
buttonIcon: "Sparkles",
|
||||
},
|
||||
{ title: "Kumquat Lemon Juice", description: "Tangy and refreshing with real lemon pieces.", imageSrc: "http://img.b2bpic.net/free-photo/citrus-lemonade-sliced-orange-sparkling-water-mint-side-view_141793-4389.jpg", buttonIcon: Zap },
|
||||
{ title: "Kumquat Wintermelon", description: "A perfect balance of sweetness and tang.", imageSrc: "http://img.b2bpic.net/free-photo/marigold-lemon-honey-herbal-tea-treatment-concept_1150-25493.jpg", buttonIcon: Star },
|
||||
{ title: "Kumquat Lime Green Tea", description: "Crisp green tea with zesty lime.", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-sweets-cup-tea-citrus-fruits-cookies-waffles-candies-cream-notebook-pencil_140725-71892.jpg", buttonIcon: Leaf },
|
||||
{ title: "Limited Time Drinks", description: "New drinks, new promotions, more fun!", imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg", buttonIcon: Sparkles },
|
||||
]}
|
||||
title="Featured Highlights"
|
||||
description="Explore our top picks and seasonal promotions currently taking the store by storm."
|
||||
@@ -185,48 +108,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kumquat Lemon Juice",
|
||||
price: "$4.80",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-lemons-with-glass-lemon-juice-grey-surface_114579-61354.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Kumquat Wintermelon",
|
||||
price: "$4.80",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastel-color-bubble-tea-drink_23-2151930611.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Kumquat Lime Green Tea",
|
||||
price: "$5.30",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-fresh-ginger-lemon-cinnamon-sticks-honey-dried-cloves-making-immunity-boosting-healthy-vitamin-drink_2831-834.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kumquat Aloe Mango",
|
||||
price: "$5.30",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hot-green-tea-is-poured-from-ceramic-teapot-into-bowl-selective-focus-blue-cup-steam-will-rise-mug-reclaimed-ceramic-blue-cup-second-life-things-recycling-kintsugi_166373-1836.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kumquat Aloe Honey",
|
||||
price: "$5.30",
|
||||
variant: "Drink",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/citrus-fruits-pot-with-herbal-tea-wooden-board-blue-marble-surface_176474-28075.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Seasonal Special",
|
||||
price: "$5.50",
|
||||
variant: "Limited",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pastel-color-bubble-tea-drink_23-2151930602.jpg",
|
||||
},
|
||||
{ id: "1", name: "Kumquat Lemon Juice", price: "$4.80", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/fresh-lemons-with-glass-lemon-juice-grey-surface_114579-61354.jpg" },
|
||||
{ id: "2", name: "Kumquat Wintermelon", price: "$4.80", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/pastel-color-bubble-tea-drink_23-2151930611.jpg" },
|
||||
{ id: "3", name: "Kumquat Lime Green Tea", price: "$5.30", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/ingredients-fresh-ginger-lemon-cinnamon-sticks-honey-dried-cloves-making-immunity-boosting-healthy-vitamin-drink_2831-834.jpg" },
|
||||
{ id: "4", name: "Kumquat Aloe Mango", price: "$5.30", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/hot-green-tea-is-poured-from-ceramic-teapot-into-bowl-selective-focus-blue-cup-steam-will-rise-mug-reclaimed-ceramic-blue-cup-second-life-things-recycling-kintsugi_166373-1836.jpg" },
|
||||
{ id: "5", name: "Kumquat Aloe Honey", price: "$5.30", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/citrus-fruits-pot-with-herbal-tea-wooden-board-blue-marble-surface_176474-28075.jpg" },
|
||||
{ id: "6", name: "Seasonal Special", price: "$5.50", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/pastel-color-bubble-tea-drink_23-2151930602.jpg" },
|
||||
]}
|
||||
title="Full Beverage Menu"
|
||||
description="Choose your drink, select your sweetness, and pick your toppings."
|
||||
@@ -240,27 +127,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000s",
|
||||
title: "Happy Customers",
|
||||
description: "Served daily with a smile.",
|
||||
icon: Heart,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
title: "Fresh Toppings",
|
||||
description: "Boba, aloe, jelly, and more.",
|
||||
icon: Coffee,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5/5",
|
||||
title: "Quality Score",
|
||||
description: "Consistently fresh brew quality.",
|
||||
icon: Award,
|
||||
},
|
||||
{ id: "m1", value: "1000s", title: "Happy Customers", description: "Served daily with a smile.", icon: Heart },
|
||||
{ id: "m2", value: "20+", title: "Fresh Toppings", description: "Boba, aloe, jelly, and more.", icon: Coffee },
|
||||
{ id: "m3", value: "5/5", title: "Quality Score", description: "Consistently fresh brew quality.", icon: Award },
|
||||
]}
|
||||
title="Why We Love Lincoln Park"
|
||||
description="Our community is what makes Gong Cha Lincoln Park special."
|
||||
@@ -273,60 +142,16 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Student",
|
||||
company: "DePaul",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-blond-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman_158538-5479.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike D.",
|
||||
role: "Local",
|
||||
company: "Lincoln Park",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-with-glass-lemonade-against-bright-painted-wall_169016-21747.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emma R.",
|
||||
role: "Employee",
|
||||
company: "Retail",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-holding-tong-hand-with-herbal-tea-cup-table_23-2147975417.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "John K.",
|
||||
role: "Frequent",
|
||||
company: "Local Resident",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-woman-drinking-tea_1262-6027.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucy H.",
|
||||
role: "Fan",
|
||||
company: "Tea Lover",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-curly-haired-blonde-woman-drinking-tea-relaxing_23-2148982221.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah J.", role: "Student", company: "DePaul", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-blond-model-dressed-summer-hipster-clothes-trendy-girl-posing-street-background-funny-positive-woman_158538-5479.jpg" },
|
||||
{ id: "2", name: "Mike D.", role: "Local", company: "Lincoln Park", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-with-glass-lemonade-against-bright-painted-wall_169016-21747.jpg" },
|
||||
{ id: "3", name: "Emma R.", role: "Employee", company: "Retail", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-holding-tong-hand-with-herbal-tea-cup-table_23-2147975417.jpg" },
|
||||
{ id: "4", name: "John K.", role: "Frequent", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-woman-drinking-tea_1262-6027.jpg" },
|
||||
{ id: "5", name: "Lucy H.", role: "Fan", company: "Tea Lover", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-curly-haired-blonde-woman-drinking-tea-relaxing_23-2148982221.jpg" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Rating",
|
||||
},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Satisfied",
|
||||
},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Reviews",
|
||||
},
|
||||
{ value: "4.9", label: "Rating" },
|
||||
{ value: "99%", label: "Satisfied" },
|
||||
{ value: "5k+", label: "Reviews" },
|
||||
]}
|
||||
title="Fan Favorites"
|
||||
description="What our customers are saying about our drinks."
|
||||
@@ -338,21 +163,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I pre-order online?",
|
||||
content: "Yes, you can pre-order through our website for convenient pick-up.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are there dairy-free options?",
|
||||
content: "We offer fruit teas and non-dairy tea options.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I customize sweetness?",
|
||||
content: "Absolutely, choose your sweetness level from 0% to 100%.",
|
||||
},
|
||||
{ id: "1", title: "Can I pre-order online?", content: "Yes, you can pre-order through our website for convenient pick-up." },
|
||||
{ id: "2", title: "Are there dairy-free options?", content: "We offer fruit teas and non-dairy tea options." },
|
||||
{ id: "3", title: "Can I customize sweetness?", content: "Absolutely, choose your sweetness level from 0% to 100%." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions? We've got answers."
|
||||
@@ -366,23 +179,10 @@ export default function LandingPage() {
|
||||
title="Visit Us"
|
||||
description="We are open and ready to serve your favorite tea."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Anything we can help with?",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Anything we can help with?" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-technical-support-specialist-call-center-office_482257-126112.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -390,30 +190,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Menu", href: "#menu" }, { label: "About", href: "#about" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
|
||||
]}
|
||||
logoText="Gong Cha Lincoln Park"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user