Merge version_2 into main #5
@@ -35,6 +35,10 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
description="Born and raised in Northern Cambria, our bakery started as a dream to bring authentic, homemade sweetness to our local community. We use time-honored techniques and the finest ingredients to craft cheesecakes, cupcakes, and pastries that feel like home."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-baker-holding-mould-stack-tray_1170-2040.jpg"
|
||||
bulletPoints={[
|
||||
{ title: "Handcrafted Quality", description: "Every treat is made from scratch." },
|
||||
{ title: "Local Roots", description: "Proudly serving Northern Cambria since 2024." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FooterBaseReveal
|
||||
|
||||
@@ -30,6 +30,8 @@ export default function ContactPage() {
|
||||
<NavbarLayoutFloatingOverlay navItems={navLinks} brandName="Sheescakes'N More" />
|
||||
<div id="contact" data-section="contact" className="pt-20">
|
||||
<ContactCTA
|
||||
background="none"
|
||||
useInvertedBackground={false}
|
||||
tag="Visit Us"
|
||||
title="Contact Sheescakes'N More"
|
||||
description="We're located right in the heart of Northern Cambria, Pennsylvania. Stop by for a fresh treat or reach out to place a custom order!"
|
||||
|
||||
@@ -8,7 +8,18 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function MenuPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "Order", id: "/order" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]}
|
||||
@@ -20,6 +31,7 @@ export default function MenuPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Classic Strawberry Cheesecake", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cheese-cake_169016-1935.jpg" },
|
||||
{ id: "p2", name: "Chocolate Fudge Cupcake", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/female-hand-holding-sweet-roll-from-wooden-board_114579-25729.jpg" },
|
||||
|
||||
@@ -8,13 +8,26 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function OrderPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "Order", id: "/order" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]}
|
||||
brandName="Sheescakes'N More"
|
||||
/>
|
||||
<ContactCenter
|
||||
background="none"
|
||||
useInvertedBackground={false}
|
||||
tag="Order Process"
|
||||
title="Place Your Order"
|
||||
description="Fill out the details below to request your favorite treats. We will contact you to confirm timing and pickup/delivery options."
|
||||
|
||||
@@ -4,10 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
const navLinks = [
|
||||
@@ -45,6 +41,7 @@ export default function LandingPage() {
|
||||
description="Freshly baked with love in Northern Cambria."
|
||||
buttons={[{ text: "Order Now", href: "/contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/waitress-holding-cake_23-2147821281.jpg?_wi=1"
|
||||
testimonials={[{ name: "Jane Doe", handle: "@janedoe", testimonial: "The best cheesecake I've ever had!", rating: 5 }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user