Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-10 21:30:39 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ export default function MegaPizzaPage() {
<HeroBillboardGallery
title="MÉGA PIZZA SAINT CLOUD"
description="أفضل بيتزا في عنابة مذاق رائع وخدمة سريعة. Savourez la meilleure pizza avec une service rapide et sympathique."
background={{ variant: "radial-gradient" }}
background={{ variant: "noiseDiagonalGradient" }}
tag="Premium Pizza Restaurant"
tagIcon={Utensils}
mediaItems={[
@@ -118,15 +118,15 @@ export default function MegaPizzaPage() {
features={[
{
id: 1,
title: "Dine In", description="Enjoy your pizza in our comfortable restaurant with a warm and welcoming atmosphere. Perfect for families and friends.", imageSrc: "http://img.b2bpic.net/free-photo/table-dinner-set_74190-1534.jpg", imageAlt: "Restaurant dining area"
title: "Dine In", description: "Enjoy your pizza in our comfortable restaurant with a warm and welcoming atmosphere. Perfect for families and friends.", imageSrc: "http://img.b2bpic.net/free-photo/table-dinner-set_74190-1534.jpg", imageAlt: "Restaurant dining area"
},
{
id: 2,
title: "Takeaway", description="Quick and convenient. Order your favorite pizza and pick it up fresh and hot. Perfect for busy schedules.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-italian-salad-antipasto-called-caprese-with-buffalo-mozzarella-sliced-tomatoes-basil-with-olive-oil-ingredients-vegetarian-caprese-salad-italian-food-top-view-rustic-style_1150-44861.jpg", imageAlt: "Pizza takeaway"
title: "Takeaway", description: "Quick and convenient. Order your favorite pizza and pick it up fresh and hot. Perfect for busy schedules.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-italian-salad-antipasto-called-caprese-with-buffalo-mozzarella-sliced-tomatoes-basil-with-olive-oil-ingredients-vegetarian-caprese-salad-italian-food-top-view-rustic-style_1150-44861.jpg", imageAlt: "Pizza takeaway"
},
{
id: 3,
title: "Home Delivery", description="We deliver to your door! Order online and enjoy delicious pizza in the comfort of your home.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196243.jpg", imageAlt: "Pizza delivery service"
title: "Home Delivery", description: "We deliver to your door! Order online and enjoy delicious pizza in the comfort of your home.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196243.jpg", imageAlt: "Pizza delivery service"
}
]}
/>

View File

@@ -4,7 +4,7 @@ interface SvgTextLogoProps {
text: string;
className?: string;
fontSize?: number;
dominantBaseline?: SVGTextElementAttributes<SVGTextElement>['dominantBaseline'];
dominantBaseline?: 'auto' | 'baseline' | 'before-edge' | 'text-before-edge' | 'middle' | 'central' | 'after-edge' | 'text-after-edge' | 'ideographic' | 'alphabetic' | 'hanging' | 'mathematical' | 'inherit';
}
export const SvgTextLogo: React.FC<SvgTextLogoProps> = ({