Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 75d298fbe5 | |||
| 166618fd39 | |||
| 34c4f27609 | |||
| bb84575a38 | |||
| 495f99d4c5 | |||
| 7e5acc8640 |
@@ -32,65 +32,45 @@ export default function AboutPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Crêperie"
|
||||
brandName="Catherine's Canteen"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1234567890"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-values" data-section="about-values" className="mx-auto px-4 md:px-6">
|
||||
<FeatureCardTwentyFive
|
||||
title="About La Crêperie"
|
||||
title="About Catherine's Canteen"
|
||||
description="Our story is one of passion, quality, and community"
|
||||
tag="Our Values"
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Passion for Quality",
|
||||
description: "Every crepe, donut, and cup of coffee is crafted with love and attention to detail",
|
||||
icon: Heart,
|
||||
title: "Passion for Quality", description: "Every crepe, donut, and cup of coffee is crafted with love and attention to detail", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eat-strawberry-waffle-delicious-gourmet_1203-4129.jpg?_wi=2",
|
||||
imageAlt: "Fresh crepes with berries and cream",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eat-strawberry-waffle-delicious-gourmet_1203-4129.jpg?_wi=2", imageAlt: "Fresh crepes with berries and cream"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-with-frosting_23-2148468161.jpg?_wi=2",
|
||||
imageAlt: "Colorful fresh donuts display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-with-frosting_23-2148468161.jpg?_wi=2", imageAlt: "Colorful fresh donuts display"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sustainable Practices",
|
||||
description: "We source ingredients responsibly and support local suppliers whenever possible",
|
||||
icon: Leaf,
|
||||
title: "Sustainable Practices", description: "We source ingredients responsibly and support local suppliers whenever possible", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg?_wi=2",
|
||||
imageAlt: "Fresh ingredients preparation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg?_wi=2", imageAlt: "Fresh ingredients preparation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-background-with-different-wild-berries-macro-shot_169016-24362.jpg?_wi=2",
|
||||
imageAlt: "Close-up of quality ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-background-with-different-wild-berries-macro-shot_169016-24362.jpg?_wi=2", imageAlt: "Close-up of quality ingredients"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community First",
|
||||
description: "We believe in building genuine connections with our customers and neighbors",
|
||||
icon: Users,
|
||||
title: "Community First", description: "We believe in building genuine connections with our customers and neighbors", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-posing-indoors_1262-20190.jpg?_wi=2",
|
||||
imageAlt: "Smiling staff members",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-posing-indoors_1262-20190.jpg?_wi=2", imageAlt: "Smiling staff members"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893754.jpg?_wi=2",
|
||||
imageAlt: "Staff helping customer",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893754.jpg?_wi=2", imageAlt: "Staff helping customer"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -102,32 +82,25 @@ export default function AboutPage() {
|
||||
|
||||
<div id="visit-us" data-section="visit-us" className="mx-auto px-4 md:px-6">
|
||||
<ContactText
|
||||
text="Visit us today and experience the warmth and flavor that makes La Crêperie special."
|
||||
text="Visit us today and experience the warmth and flavor that makes Catherine's Canteen special."
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="La Crêperie"
|
||||
logoText="Catherine's Canteen"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -30,12 +30,10 @@ export default function ContactPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Crêperie"
|
||||
brandName="Catherine's Canteen"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1234567890"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,13 +43,10 @@ export default function ContactPage() {
|
||||
animationType="reveal-blur"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call +1 (234) 567-890",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call +1 (234) 567-890", href: "tel:+1234567890"},
|
||||
]}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,32 +57,23 @@ export default function ContactPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1234567890"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="La Crêperie"
|
||||
logoText="Catherine's Canteen"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -31,12 +31,10 @@ export default function MenuPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Crêperie"
|
||||
brandName="Catherine's Canteen"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1234567890"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -49,33 +47,11 @@ export default function MenuPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Nutella & Strawberry Crepe",
|
||||
price: "$8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-yummy-sweet-rolls-sliced-cake-tea-inside-plate-dark-space_140725-95493.jpg?_wi=2",
|
||||
imageAlt: "Nutella and strawberry crepe",
|
||||
},
|
||||
id: "1", name: "Nutella & Strawberry Crepe", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-yummy-sweet-rolls-sliced-cake-tea-inside-plate-dark-space_140725-95493.jpg?_wi=2", imageAlt: "Nutella and strawberry crepe"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ham & Cheese Crepe",
|
||||
price: "$7.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-board-with-crepes-cheese-lemon-eggs_114579-70073.jpg?_wi=2",
|
||||
imageAlt: "Ham and cheese savory crepe",
|
||||
},
|
||||
id: "2", name: "Ham & Cheese Crepe", price: "$7.95", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-board-with-crepes-cheese-lemon-eggs_114579-70073.jpg?_wi=2", imageAlt: "Ham and cheese savory crepe"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fresh Glazed Donuts",
|
||||
price: "$5.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468152.jpg?_wi=2",
|
||||
imageAlt: "Fresh glazed donuts assortment",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Loukoumades",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holding-caucasian-mutaki-cookies-hand_114579-84960.jpg?_wi=2",
|
||||
imageAlt: "Honey loukoumades",
|
||||
},
|
||||
id: "3", name: "Fresh Glazed Donuts", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468152.jpg?_wi=2", imageAlt: "Fresh glazed donuts assortment"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -86,15 +62,11 @@ export default function MenuPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="La Crêperie"
|
||||
logoText="Catherine's Canteen"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
150
src/app/page.tsx
150
src/app/page.tsx
@@ -35,12 +35,10 @@ export default function HomePage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Crêperie"
|
||||
brandName="Catherine's Canteen"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1234567890"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,31 +51,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1234567890"},
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Menu", href: "/menu"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eat-strawberry-waffle-delicious-gourmet_1203-4129.jpg?_wi=1",
|
||||
imageAlt: "Fresh crepes with berries and cream",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eat-strawberry-waffle-delicious-gourmet_1203-4129.jpg?_wi=1", imageAlt: "Fresh crepes with berries and cream"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-with-frosting_23-2148468161.jpg?_wi=1",
|
||||
imageAlt: "Colorful fresh donuts display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-with-frosting_23-2148468161.jpg?_wi=1", imageAlt: "Colorful fresh donuts display"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Loved by local customers"
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,33 +79,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Nutella & Strawberry Crepe",
|
||||
price: "$8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-yummy-sweet-rolls-sliced-cake-tea-inside-plate-dark-space_140725-95493.jpg?_wi=1",
|
||||
imageAlt: "Nutella and strawberry crepe",
|
||||
},
|
||||
id: "1", name: "Nutella & Strawberry Crepe", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-yummy-sweet-rolls-sliced-cake-tea-inside-plate-dark-space_140725-95493.jpg?_wi=1", imageAlt: "Nutella and strawberry crepe"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ham & Cheese Crepe",
|
||||
price: "$7.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-board-with-crepes-cheese-lemon-eggs_114579-70073.jpg?_wi=1",
|
||||
imageAlt: "Ham and cheese savory crepe",
|
||||
},
|
||||
id: "2", name: "Ham & Cheese Crepe", price: "$7.95", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-board-with-crepes-cheese-lemon-eggs_114579-70073.jpg?_wi=1", imageAlt: "Ham and cheese savory crepe"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fresh Glazed Donuts",
|
||||
price: "$5.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468152.jpg?_wi=1",
|
||||
imageAlt: "Fresh glazed donuts assortment",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Loukoumades",
|
||||
price: "$6.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holding-caucasian-mutaki-cookies-hand_114579-84960.jpg?_wi=1",
|
||||
imageAlt: "Honey loukoumades",
|
||||
},
|
||||
id: "3", name: "Fresh Glazed Donuts", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-donuts-with-frosting_23-2148468152.jpg?_wi=1", imageAlt: "Fresh glazed donuts assortment"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -124,9 +91,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "View Full Menu", href: "/menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,63 +104,39 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "All our crepes and donuts are made fresh daily with premium ingredients",
|
||||
icon: Leaf,
|
||||
title: "Fresh Ingredients", description: "All our crepes and donuts are made fresh daily with premium ingredients", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg?_wi=1",
|
||||
imageAlt: "Fresh ingredients preparation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg?_wi=1", imageAlt: "Fresh ingredients preparation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-background-with-different-wild-berries-macro-shot_169016-24362.jpg?_wi=1",
|
||||
imageAlt: "Close-up of quality ingredients",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-background-with-different-wild-berries-macro-shot_169016-24362.jpg?_wi=1", imageAlt: "Close-up of quality ingredients"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Fast Service",
|
||||
description: "Quick takeaway orders ready in minutes, perfect for busy schedules",
|
||||
icon: Zap,
|
||||
title: "Fast Service", description: "Quick takeaway orders ready in minutes, perfect for busy schedules", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-waitress-serving-muffin-plate-counter_107420-12320.jpg",
|
||||
imageAlt: "Quick service counter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-waitress-serving-muffin-plate-counter_107420-12320.jpg", imageAlt: "Quick service counter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-repair-sale-service_23-2150627992.jpg",
|
||||
imageAlt: "Order ready for pickup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-repair-sale-service_23-2150627992.jpg", imageAlt: "Order ready for pickup"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Great Prices",
|
||||
description: "Affordable quality crepes and donuts that won't break the bank",
|
||||
icon: DollarSign,
|
||||
title: "Great Prices", description: "Affordable quality crepes and donuts that won't break the bank", icon: DollarSign,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-closely-admires-filled-glass-jar_482257-76158.jpg",
|
||||
imageAlt: "Value pricing display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-closely-admires-filled-glass-jar_482257-76158.jpg", imageAlt: "Value pricing display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blackboard-surrounded-by-breakfast_23-2147991187.jpg",
|
||||
imageAlt: "Menu with prices",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blackboard-surrounded-by-breakfast_23-2147991187.jpg", imageAlt: "Menu with prices"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Friendly Staff",
|
||||
description: "Our team treats every customer like family with genuine warmth",
|
||||
icon: Users,
|
||||
title: "Friendly Staff", description: "Our team treats every customer like family with genuine warmth", icon: Users,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-posing-indoors_1262-20190.jpg?_wi=1",
|
||||
imageAlt: "Smiling staff members",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-people-posing-indoors_1262-20190.jpg?_wi=1", imageAlt: "Smiling staff members"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893754.jpg?_wi=1",
|
||||
imageAlt: "Staff helping customer",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-paying-using-nfc-technology_23-2149893754.jpg?_wi=1", imageAlt: "Staff helping customer"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -212,29 +153,15 @@ export default function HomePage() {
|
||||
author="Sarah M., Regular Customer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-headphones_23-2148937643.jpg",
|
||||
alt: "Customer avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-headphones_23-2148937643.jpg", alt: "Customer avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg",
|
||||
alt: "Customer avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", alt: "Customer avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-portrait-beautiful-smiling-young-woman-with-positive-expression-wears-casual-black-t-shirt-has-tattooed-arm-models-against-concrete-wall_273609-3574.jpg",
|
||||
alt: "Customer avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-portrait-beautiful-smiling-young-woman-with-positive-expression-wears-casual-black-t-shirt-has-tattooed-arm-models-against-concrete-wall_273609-3574.jpg", alt: "Customer avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg",
|
||||
alt: "Customer avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", alt: "Customer avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg",
|
||||
alt: "Customer avatar 5",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/man-avatar-collection_24908-60253.jpg",
|
||||
alt: "Customer avatar 6",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", alt: "Customer avatar 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -248,32 +175,23 @@ export default function HomePage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Now", href: "tel:+1234567890"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
text: "Get Directions", href: "https://maps.google.com"},
|
||||
]}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="La Crêperie"
|
||||
logoText="Catherine's Canteen"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
@@ -31,12 +31,10 @@ export default function ReviewsPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="La Crêperie"
|
||||
brandName="Catherine's Canteen"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+1234567890",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+1234567890"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,29 +45,15 @@ export default function ReviewsPage() {
|
||||
author="Sarah M., Regular Customer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-headphones_23-2148937643.jpg",
|
||||
alt: "Customer avatar 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-with-headphones_23-2148937643.jpg", alt: "Customer avatar 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg",
|
||||
alt: "Customer avatar 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", alt: "Customer avatar 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-portrait-beautiful-smiling-young-woman-with-positive-expression-wears-casual-black-t-shirt-has-tattooed-arm-models-against-concrete-wall_273609-3574.jpg",
|
||||
alt: "Customer avatar 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/waist-up-portrait-beautiful-smiling-young-woman-with-positive-expression-wears-casual-black-t-shirt-has-tattooed-arm-models-against-concrete-wall_273609-3574.jpg", alt: "Customer avatar 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg",
|
||||
alt: "Customer avatar 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-looks-camera_141793-103873.jpg", alt: "Customer avatar 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg",
|
||||
alt: "Customer avatar 5",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/man-avatar-collection_24908-60253.jpg",
|
||||
alt: "Customer avatar 6",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13339.jpg", alt: "Customer avatar 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -83,28 +67,21 @@ export default function ReviewsPage() {
|
||||
animationType="reveal-blur"
|
||||
buttons={[
|
||||
{
|
||||
text: "Leave a Review",
|
||||
href: "https://google.com/maps",
|
||||
},
|
||||
text: "Leave a Review", href: "https://google.com/maps"},
|
||||
]}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="La Crêperie"
|
||||
logoText="Catherine's Canteen"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user