Merge version_1 into main #1
290
src/app/page.tsx
290
src/app/page.tsx
@@ -16,212 +16,106 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Sasida Cafe"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sasida Cafe"
|
||||
button={{ text: "Visit Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Sasida Cafe"
|
||||
description="Your local home away from home in Hamilton Hill. Fresh, homemade meals, friendly service, and the perfect cup of coffee, served with love every day."
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogo
|
||||
logoText="Sasida Cafe"
|
||||
description="Your local home away from home in Hamilton Hill. Fresh, homemade meals, friendly service, and the perfect cup of coffee, served with love every day."
|
||||
buttons={[{ text: "Visit Us", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Our Happy Place"
|
||||
description="Sasida Cafe is a family-owned gem where community, quality ingredients, and friendly faces come together. We've created a space that feels like home, filled with laughter, games for the kids, and plenty of love in every dish we serve."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Family Run",
|
||||
description: "Brad and Tammie treat every customer like family.",
|
||||
},
|
||||
{
|
||||
title: "Dog Friendly",
|
||||
description: "Furry friends are always welcome to join us.",
|
||||
},
|
||||
{
|
||||
title: "Kid Friendly",
|
||||
description: "A dedicated corner full of toys and books for the little ones.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-reopening-small-business_23-2148604370.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Our Happy Place"
|
||||
description="Sasida Cafe is a family-owned gem where community, quality ingredients, and friendly faces come together. We've created a space that feels like home, filled with laughter, games for the kids, and plenty of love in every dish we serve."
|
||||
bulletPoints={[
|
||||
{ title: "Family Run", description: "Brad and Tammie treat every customer like family." },
|
||||
{ title: "Dog Friendly", description: "Furry friends are always welcome to join us." },
|
||||
{ title: "Kid Friendly", description: "A dedicated corner full of toys and books for the little ones." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-reopening-small-business_23-2148604370.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Homemade Classics",
|
||||
descriptions: [
|
||||
"Our sausage rolls and pastries are handcrafted daily in our kitchen for that perfect, flaky crunch.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2916.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fresh & Healthy",
|
||||
descriptions: [
|
||||
"Indulge in our filling smoothie bowls, fresh salads, and a wide variety of high-quality gluten-free options.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slices-strawberry-with-cereals-blueberries_1156-17.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Exceptional Coffee",
|
||||
descriptions: [
|
||||
"Expertly crafted coffee, including our specialty Matcha lattes and smooth piccolos made with passion.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-pours-milk-into-cup-coffee_141793-17485.jpg",
|
||||
},
|
||||
]}
|
||||
title="Crafted With Love"
|
||||
description="Our kitchen is the heart of Sasida. From handcrafted sausage rolls to refreshing smoothies and specialty coffee, everything is made to bring a smile to your face."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "Homemade Classics", descriptions: ["Our sausage rolls and pastries are handcrafted daily in our kitchen for that perfect, flaky crunch."], imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2916.jpg" },
|
||||
{ id: "2", title: "Fresh & Healthy", descriptions: ["Indulge in our filling smoothie bowls, fresh salads, and a wide variety of high-quality gluten-free options."], imageSrc: "http://img.b2bpic.net/free-photo/slices-strawberry-with-cereals-blueberries_1156-17.jpg" },
|
||||
{ id: "3", title: "Exceptional Coffee", descriptions: ["Expertly crafted coffee, including our specialty Matcha lattes and smooth piccolos made with passion."], imageSrc: "http://img.b2bpic.net/free-photo/front-view-barista-pours-milk-into-cup-coffee_141793-17485.jpg" },
|
||||
]}
|
||||
title="Crafted With Love"
|
||||
description="Our kitchen is the heart of Sasida. From handcrafted sausage rolls to refreshing smoothies and specialty coffee, everything is made to bring a smile to your face."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Helen Crosby",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Such a delightful café and reasonably priced. Food's delicious and the service is always hospitable.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vicki Dawson",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Loveliest family run cafe. Friendly and welcoming atmosphere, top-notch coffee, and lovely touches like the kids corner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-relaxing-while-talking-dining-table_637285-12669.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Brittany",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Hands down the smoothest piccolo I’ve had in a while. Every staff member was incredibly friendly and accommodating.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-drinking-coffee-night-out_23-2149144024.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Patricia Costantini",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Undoubtedly the best breakfasts in Hamilton Hill/Freo area. Wonderful service and welcoming atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-outdoors-near-cafe_1268-21190.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark Calleja",
|
||||
handle: "Local Guide",
|
||||
testimonial: "Sasida Cafe is an absolute delight. Brad and Tammie have clearly poured their heart and soul into creating this space.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Community Heart"
|
||||
description="Hear what our amazing locals have to say about their 'happy place' in Hamilton Hill."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Helen Crosby", handle: "Local Guide", testimonial: "Such a delightful café and reasonably priced. Food's delicious and the service is always hospitable.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-eating-restaurant_23-2150491778.jpg" },
|
||||
{ id: "2", name: "Vicki Dawson", handle: "Local Guide", testimonial: "Loveliest family run cafe. Friendly and welcoming atmosphere, top-notch coffee, and lovely touches like the kids corner.", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-family-relaxing-while-talking-dining-table_637285-12669.jpg" },
|
||||
{ id: "3", name: "Brittany", handle: "Local Guide", testimonial: "Hands down the smoothest piccolo I’ve had in a while. Every staff member was incredibly friendly and accommodating.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-drinking-coffee-night-out_23-2149144024.jpg" },
|
||||
{ id: "4", name: "Patricia Costantini", handle: "Local Guide", testimonial: "Undoubtedly the best breakfasts in Hamilton Hill/Freo area. Wonderful service and welcoming atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-outdoors-near-cafe_1268-21190.jpg" },
|
||||
{ id: "5", name: "Mark Calleja", handle: "Local Guide", testimonial: "Sasida Cafe is an absolute delight. Brad and Tammie have clearly poured their heart and soul into creating this space.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5062.jpg" },
|
||||
]}
|
||||
title="Our Community Heart"
|
||||
description="Hear what our amazing locals have to say about their 'happy place' in Hamilton Hill."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Visit Us"
|
||||
title="Come Say Hello"
|
||||
description="We'd love to see you for brunch or a coffee. Drop by and join our Sasida cafe family."
|
||||
buttonText="Subscribe for updates"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Come Say Hello"
|
||||
description="We'd love to see you for brunch or a coffee. Drop by and join our Sasida cafe family."
|
||||
buttonText="Subscribe for updates"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Sasida Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
{
|
||||
label: "Hamilton Hill, WA",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#features",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Sasida Cafe"
|
||||
columns={[
|
||||
{ title: "Visit Us", items: [{ label: "Hamilton Hill, WA", href: "#contact" }] },
|
||||
{ title: "About", items: [{ label: "Our Story", href: "#about" }, { label: "Menu", href: "#features" }] },
|
||||
{ title: "Community", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user