Merge version_7 into main #12

Merged
bender merged 3 commits from version_7 into main 2026-04-07 07:24:03 +00:00
3 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function AboutPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
@@ -19,11 +19,12 @@ export default function AboutPage() {
]}
brandName="Mini Bites"
logoSrc="http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg"
button={{ text: "Order Now", href: "/menu" }}
/>
<div className="pt-32 pb-20">
<TextAbout
title="Our Story"
description="Dedicated to serving the Maqabah community with passion, around the clock."
useInvertedBackground={false}
/>
</div>
<FooterBaseReveal

View File

@@ -8,7 +8,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function ContactPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
@@ -19,6 +19,7 @@ export default function ContactPage() {
]}
brandName="Mini Bites"
logoSrc="http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg"
button={{ text: "Order Now", href: "/menu" }}
/>
<div className="pt-32 pb-20">
<ContactCTA
@@ -26,6 +27,7 @@ export default function ContactPage() {
title="Get in Touch"
description="Have questions? Give us a call at any time."
buttons={[{ text: "Call Now", href: "tel:+97377900209" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -8,7 +8,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
export default function MenuPage() {
return (
<ThemeProvider>
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[
@@ -19,6 +19,7 @@ export default function MenuPage() {
]}
brandName="Mini Bites"
logoSrc="http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg"
button={{ text: "Order Now", href: "/menu" }}
/>
<div className="pt-32 pb-20">
<PricingCardNine