Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ece150285f | |||
| 68d1d0712b | |||
| 76a5ad34ab | |||
| 338c374b46 |
@@ -4,27 +4,25 @@ import ReactLenis from "lenis/react";
|
|||||||
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
|
||||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||||
import FeatureCardNine from "@/components/sections/feature/FeatureCardNine";
|
|
||||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
|
||||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import { Star, MapPin, Phone, Clock, Instagram, Facebook } from "lucide-react";
|
import { Instagram, Facebook } from "lucide-react";
|
||||||
|
|
||||||
export default function DearbornSweetsPage() {
|
export default function DearbornSweetsPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="shadow"
|
defaultButtonVariant="text-stagger"
|
||||||
defaultTextAnimation="slide-up"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="solid"
|
cardStyle="solid"
|
||||||
primaryButtonStyle="shadow"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
@@ -67,7 +65,8 @@ export default function DearbornSweetsPage() {
|
|||||||
description="Explore our curated menu of authentic flavors and bespoke creations."
|
description="Explore our curated menu of authentic flavors and bespoke creations."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="bento-grid"
|
||||||
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Birthday Cake", description: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/colorful-lighted-candle-round-cake-desk-against-pink-background_23-2147969550.jpg" },
|
{ title: "Birthday Cake", description: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/colorful-lighted-candle-round-cake-desk-against-pink-background_23-2147969550.jpg" },
|
||||||
{ title: "Strawberry Cake", description: "Fresh fruit infusion", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-cake-with-cream_123827-37408.jpg" },
|
{ title: "Strawberry Cake", description: "Fresh fruit infusion", imageSrc: "http://img.b2bpic.net/free-photo/fresh-strawberry-cake-with-cream_123827-37408.jpg" },
|
||||||
@@ -81,6 +80,8 @@ export default function DearbornSweetsPage() {
|
|||||||
tag="Reviews"
|
tag="Reviews"
|
||||||
title="4.4 Stars · Loved by Dearborn"
|
title="4.4 Stars · Loved by Dearborn"
|
||||||
description="Join our community of satisfied patrons."
|
description="Join our community of satisfied patrons."
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Sarah K.", date: "Recent", title: "Amazing service", quote: "They did an amazing job with a custom cake I ordered the day before. Very impressive.", tag: "Custom Orders", avatarSrc: "http://img.b2bpic.net/free-photo/waistup-shot-elegant-goodlooking-wealthy-young-blond-woman-brilliant-accessorize-silver-glittering-stylish-dress-touch-chin-have-clever-interesting-idea-smiling-curiously-red-background_1258-308957.jpg" },
|
{ id: "1", name: "Sarah K.", date: "Recent", title: "Amazing service", quote: "They did an amazing job with a custom cake I ordered the day before. Very impressive.", tag: "Custom Orders", avatarSrc: "http://img.b2bpic.net/free-photo/waistup-shot-elegant-goodlooking-wealthy-young-blond-woman-brilliant-accessorize-silver-glittering-stylish-dress-touch-chin-have-clever-interesting-idea-smiling-curiously-red-background_1258-308957.jpg" },
|
||||||
{ id: "2", name: "Mike D.", date: "Recent", title: "Phenomenal quality", quote: "Every single pastry we tried was phenomenal. Booking them for our wedding reception.", tag: "Events", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg" },
|
{ id: "2", name: "Mike D.", date: "Recent", title: "Phenomenal quality", quote: "Every single pastry we tried was phenomenal. Booking them for our wedding reception.", tag: "Events", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg" },
|
||||||
@@ -93,6 +94,7 @@ export default function DearbornSweetsPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
buttonText="Call (313) 581-5959"
|
buttonText="Call (313) 581-5959"
|
||||||
|
useInvertedBackground={false}
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||||
{ name: "email", type: "email", placeholder: "Email" }
|
{ name: "email", type: "email", placeholder: "Email" }
|
||||||
@@ -109,4 +111,4 @@ export default function DearbornSweetsPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user